mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
migrated all dates to joda time
This commit is contained in:
parent
c4b5a98ac8
commit
d88b565d28
13 changed files with 63 additions and 38 deletions
20
pom.xml
20
pom.xml
|
|
@ -14,6 +14,7 @@
|
|||
<hibernate.version>4.1.4.Final</hibernate.version>
|
||||
<aspectj.version>1.7.1</aspectj.version>
|
||||
<hibernate.validator.version>4.2.0.Final</hibernate.validator.version>
|
||||
<joda.version>2.0</joda.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
|
||||
|
|
@ -196,7 +197,26 @@
|
|||
<version>1.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>${joda.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jadira.usertype</groupId>
|
||||
<artifactId>usertype.core</artifactId>
|
||||
<version>3.0.0.CR1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time-jsptags</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue