DATAJPA-293 - Upgraded to JodaTime 2.1.

…by using the property defined in the parent pom.xml.
This commit is contained in:
Oliver Gierke
2013-02-06 18:35:54 +01:00
parent 16f6170019
commit dfec00d5ed

View File

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