ItEr14S08ModeladoTempoItEr13S09: Adding Joda Time dependency.

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

View file

@ -53,6 +53,11 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<!-- Joda Time -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
</dependencies>
</project>

View file

@ -269,6 +269,12 @@
<artifactId>jgrapht-jdk1.5</artifactId>
<version>0.7.3</version>
</dependency>
<!-- Joda Time -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6</version>
</dependency>
<!-- Naval Planner ZK Components -->
<dependency>
<groupId>org.navalplanner</groupId>