Author: echatellier Date: 2017-03-14 12:10:19 +0100 (Tue, 14 Mar 2017) New Revision: 4400 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4400 Log: fixes #7988: Update h2 Update libs. Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2017-03-09 15:47:27 UTC (rev 4399) +++ trunk/pom.xml 2017-03-14 11:10:19 UTC (rev 4400) @@ -290,7 +290,7 @@ <dependency> <groupId>com.bbn</groupId> <artifactId>openmap</artifactId> - <version>5.1.13-1</version> + <version>5.1.15</version> <scope>compile</scope> </dependency> @@ -312,7 +312,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.176_autocommitpatch</version> + <version>1.4.193</version> <scope>compile</scope> </dependency> @@ -325,21 +325,17 @@ <dependency> <groupId>net.sourceforge</groupId> <artifactId>jdistlib</artifactId> - <version>0.4.1</version> + <version>0.4.5</version> </dependency> <!-- ssj pour les calculs stockastiques --> <dependency> - <groupId>ca.umontreal.iro</groupId> + <groupId>ca.umontreal.iro.simul</groupId> <artifactId>ssj</artifactId> - <version>2.5</version> + <version>3.2.0</version> <scope>runtime</scope> <exclusions> <exclusion> - <groupId>dsol</groupId> - <artifactId>dsol-xml</artifactId> - </exclusion> - <exclusion> <artifactId>jfreechart</artifactId> <groupId>jfree</groupId> </exclusion>