Author: echatellier Date: 2013-03-11 18:04:52 +0100 (Mon, 11 Mar 2013) New Revision: 3821 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3821 Log: fixes #1787 : Update to ssj 2.5 Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2013-03-11 16:48:16 UTC (rev 3820) +++ branches/4.0.1/pom.xml 2013-03-11 17:04:52 UTC (rev 3821) @@ -324,51 +324,9 @@ <dependency> <groupId>ssj</groupId> <artifactId>ssj</artifactId> - <version>2.1.1</version> + <version>2.5</version> <scope>runtime</scope> </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>Blas</artifactId> - <version>20081007</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>colt</artifactId> - <version>20081007</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>interpreter</artifactId> - <version>1.6.8</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>language</artifactId> - <version>1.6.7</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>logger</artifactId> - <version>1.6.4</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>optimization</artifactId> - <version>20081007</version> - <scope>runtime</scope> - </dependency> <!-- fin ssj pour les calculs stockastiques --> <!-- debut svnkit pour communication subversion -->