r4099 - branches/4.3.0-log4j2
Author: echatellier Date: 2014-08-27 15:06:43 +0200 (Wed, 27 Aug 2014) New Revision: 4099 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4099 Log: Update libs Modified: branches/4.3.0-log4j2/pom.xml Modified: branches/4.3.0-log4j2/pom.xml =================================================================== --- branches/4.3.0-log4j2/pom.xml 2014-08-21 15:44:13 UTC (rev 4098) +++ branches/4.3.0-log4j2/pom.xml 2014-08-27 13:06:43 UTC (rev 4099) @@ -20,16 +20,9 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-6</version> + <version>3.0-rc-7</version> <scope>compile</scope> </dependency> - - <!-- <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-converter</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> --> <dependency> <groupId>org.nuiton</groupId> @@ -311,7 +304,7 @@ <!-- ssj pour les calculs stockastiques --> <dependency> - <groupId>ssj</groupId> + <groupId>ca.umontreal.iro</groupId> <artifactId>ssj</artifactId> <version>2.5</version> <scope>runtime</scope> @@ -343,7 +336,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>18.0</version> </dependency> <!-- Tests --> @@ -492,7 +485,7 @@ <signatureVersion>1.0</signatureVersion> <!-- Dependencies version --> - <jaxxVersion>2.10</jaxxVersion> + <jaxxVersion>2.11</jaxxVersion> <eugeneVersion>2.13</eugeneVersion> <topiaVersion>2.9.2</topiaVersion> <hibernateVersion>4.3.6.Final</hibernateVersion>
participants (1)
-
echatellier@users.forge.codelutin.com