File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,6 +229,9 @@ Projects wishing to use pom-scijava as a parent project need to override the <
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 <
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 >
You can’t perform that action at this time.
0 commit comments