ItEr44S16CUAsignacionRecursosEspecificosAPlanificacionItEr37S10: Adding commons-math dependency
This commit is contained in:
parent
07a521bd9f
commit
77e6fd1b0c
2 changed files with 11 additions and 0 deletions
|
|
@ -68,6 +68,11 @@
|
|||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
<!-- Commons Math-->
|
||||
<dependency>
|
||||
<groupId>commons-math</groupId>
|
||||
<artifactId>commons-math</artifactId>
|
||||
</dependency>
|
||||
<!-- Joda Time -->
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -356,6 +356,12 @@
|
|||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.4</version>
|
||||
</dependency>
|
||||
<!-- Commons Math-->
|
||||
<dependency>
|
||||
<groupId>commons-math</groupId>
|
||||
<artifactId>commons-math</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<!-- Commons Logging (required by many frameworks)-->
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue