ItEr14S08ModeladoTempoItEr13S09: Adding Joda Time Hibernate.
This commit is contained in:
parent
42df611d70
commit
ab8af23678
2 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
5
pom.xml
5
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue