Browse Source

DATAJPA-293 - Upgraded to JodaTime 2.1.

…by using the property defined in the parent pom.xml.
pull/20/head
Oliver Gierke 13 years ago
parent
commit
dfec00d5ed
  1. 2
      pom.xml

2
pom.xml

@ -115,7 +115,7 @@ @@ -115,7 +115,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6</version>
<version>${jodatime}</version>
<optional>true</optional>
</dependency>

Loading…
Cancel
Save