Author: echatellier Date: 2014-05-28 19:15:33 +0200 (Wed, 28 May 2014) New Revision: 3987 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3987 Log: Update libs Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-05-28 17:12:43 UTC (rev 3986) +++ trunk/pom.xml 2014-05-28 17:15:33 UTC (rev 3987) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.0.6</version> + <version>5.0.7</version> </parent> <groupId>fr.ifremer</groupId> @@ -81,14 +81,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> <scope>compile</scope> </dependency> @@ -185,18 +185,11 @@ <artifactId>commons-io</artifactId> <version>2.4</version> </dependency> - - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-math</artifactId> - <version>2.2</version> - <scope>runtime</scope> <!--script --> - </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> - <version>3.2</version> + <version>3.3</version> <scope>runtime</scope> <!--script --> </dependency> @@ -327,7 +320,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>16.0.1</version> + <version>17.0</version> </dependency> <!-- Tests --> @@ -468,7 +461,7 @@ <signatureVersion>1.0</signatureVersion> <!-- Dependencies version --> - <jaxxVersion>2.8.4</jaxxVersion> + <jaxxVersion>2.8.5</jaxxVersion> <eugeneVersion>2.7.4</eugeneVersion> <topiaVersion>2.9-rc-1</topiaVersion> <hibernateVersion>4.3.5.Final</hibernateVersion>