Skip to content

Commit eaa8c91

Browse files
committed
Manage the version of Javassist
This one is long overdue!
1 parent 62433a1 commit eaa8c91

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
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 &lt
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>

0 commit comments

Comments
 (0)