Skip to content

Commit f075aac

Browse files
committed
Manage versions of JCommon and JDOM
1 parent eaa8c91 commit f075aac

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pom.xml

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

0 commit comments

Comments
 (0)