Author: chatellier Date: 2008-12-09 17:44:02 +0000 (Tue, 09 Dec 2008) New Revision: 1655 Modified: isis-fish/trunk/pom.xml Log: Update pom, add ssj, jaxen Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2008-12-09 16:43:07 UTC (rev 1654) +++ isis-fish/trunk/pom.xml 2008-12-09 17:44:02 UTC (rev 1655) @@ -21,12 +21,6 @@ <!-- POM Relationships : Inheritance : Dependencies --> <dependencies> - <dependency> - <groupId>org.jdesktop</groupId> - <artifactId>beansbinding</artifactId> - <version>1.2.1</version> - </dependency> - <!--Compile--> <!--Librairies CodeLutin--> <dependency> @@ -109,6 +103,13 @@ </dependency> <dependency> + <groupId>org.jdesktop</groupId> + <artifactId>beansbinding</artifactId> + <version>1.2.1</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> @@ -180,12 +181,20 @@ <version>0.2</version> <scope>runtime</scope> </dependency> + + <!-- Utilisé lors de l'import xml v2 (entre autre) --> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>1.1.1</version> + <scope>runtime</scope> + </dependency> <!-- Change this dependence if you change database --> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.1.103</version> + <version>1.1.104</version> <scope>compile</scope> </dependency> @@ -209,25 +218,25 @@ <scope>compile</scope> </dependency> - <!-- ssj pour les calculs stockastiques - -> + <!-- ssj pour les calculs stockastiques --> <dependency> <groupId>ssj</groupId> <artifactId>ssj</artifactId> - <version>2.0</version> + <version>2.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ssj</groupId> <artifactId>Blas</artifactId> - <version>20060531</version> + <version>20081007</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ssj</groupId> <artifactId>colt</artifactId> - <version>1.1.0.0</version> + <version>20081007</version> <scope>runtime</scope> </dependency> @@ -255,10 +264,10 @@ <dependency> <groupId>ssj</groupId> <artifactId>optimization</artifactId> - <version>20060613</version> + <version>20081007</version> <scope>runtime</scope> </dependency> - <!- - fin ssj pour les calculs stockastiques --> + <!-- fin ssj pour les calculs stockastiques --> <!-- debut svnkit pour communication subversion --> <dependency>