ItEr14S08ModeladoTempoItEr13S09: Adding Joda Time Hibernate.

This commit is contained in:
Óscar González Fernández 2009-06-24 12:24:08 +02:00 committed by Javier Moran Rua
parent 42df611d70
commit ab8af23678
2 changed files with 9 additions and 0 deletions

View file

@ -58,6 +58,10 @@
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time-hibernate</artifactId>
</dependency>
</dependencies>
</project>

View file

@ -275,6 +275,11 @@
<artifactId>joda-time</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time-hibernate</artifactId>
<version>1.1</version>
</dependency>
<!-- Naval Planner ZK Components -->
<dependency>
<groupId>org.navalplanner</groupId>