File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,6 +217,9 @@ Projects wishing to use pom-scijava as a parent project need to override the <
217217 <!-- JAMA - http://math.nist.gov/javanumerics/jama/ -->
218218 <jama .version>1.0.3</jama .version>
219219
220+ <!-- Javassist - http://www.javassist.org/ -->
221+ <javassist .version>3.16.1-GA</javassist .version>
222+
220223 <!-- Jetty - http://eclipse.org/jetty/ -->
221224 <jetty .version>9.1.3.v20140225</jetty .version>
222225
@@ -502,6 +505,13 @@ Projects wishing to use pom-scijava as a parent project need to override the <
502505 <version >${jama.version} </version >
503506 </dependency >
504507
508+ <!-- Javassist - http://www.javassist.org/ -->
509+ <dependency >
510+ <groupId >org.javassist</groupId >
511+ <artifactId >javassist</artifactId >
512+ <version >${javassist.version></version>
513+ </dependency>
514+
505515 <!-- Jetty - http://eclipse.org/jetty/ -->
506516 <dependency>
507517 <groupId>org.eclipse.jetty</groupId>
You can’t perform that action at this time.
0 commit comments