Skip to content

Commit 2c22c65

Browse files
committed
Add joda-time management
This is a common library that is used by downstream software so we should manage its version here.
1 parent 559e276 commit 2c22c65

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
@@ -229,6 +229,9 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
229229
<!-- Jetty - http://eclipse.org/jetty/ -->
230230
<jetty.version>8.0.0.M1</jetty.version>
231231

232+
<!-- Joda-Time - http://www.joda.org/joda-time/ -->
233+
<joda-time.version>2.3</joda-time.version>
234+
232235
<!-- Additional configuration -->
233236

234237
<!-- NB: Avoid platform encoding warning when copying resources. -->
@@ -514,6 +517,13 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
514517
<classifier>swing</classifier>
515518
</dependency>
516519

520+
<!-- Joda-Time - http://www.joda.org/joda-time/ -->
521+
<dependency>
522+
<groupId>joda-time</groupId>
523+
<artifactId>joda-time</artifactId>
524+
<version>${joda-time.version}</version>
525+
</dependency>
526+
517527
<!-- JUnit - http://junit.org/ -->
518528
<dependency>
519529
<groupId>junit</groupId>

0 commit comments

Comments
 (0)