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