File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,6 +220,12 @@ Projects wishing to use pom-scijava as a parent project need to override the <
220220 <!-- Javassist - http://www.javassist.org/ -->
221221 <javassist .version>3.16.1-GA</javassist .version>
222222
223+ <!-- JCommon - http://www.jfree.org/jcommon/ -->
224+ <jcommon .version>1.0.23</jcommon .version>
225+
226+ <!-- JDOM - http://www.jdom.org/ -->
227+ <jdom .version>2.0.5</jdom .version>
228+
223229 <!-- Jetty - http://eclipse.org/jetty/ -->
224230 <jetty .version>9.1.3.v20140225</jetty .version>
225231
@@ -512,6 +518,20 @@ Projects wishing to use pom-scijava as a parent project need to override the <
512518 <version >${javassist.version></version>
513519 </dependency>
514520
521+ <!-- JCommon - http://www.jfree.org/jcommon/ -->
522+ <dependency>
523+ <groupId>org.jfree</groupId>
524+ <artifactId>jcommon</artifactId>
525+ <version>${jcommon.version} </version >
526+ </dependency >
527+
528+ <!-- JDOM - http://www.jdom.org/ -->
529+ <dependency >
530+ <groupId >org.jdom</groupId >
531+ <artifactId >jdom2</artifactId >
532+ <version >${jdom.version} </version >
533+ </dependency >
534+
515535 <!-- Jetty - http://eclipse.org/jetty/ -->
516536 <dependency >
517537 <groupId >org.eclipse.jetty</groupId >
You can’t perform that action at this time.
0 commit comments