Author: echatellier Date: 2012-01-04 15:19:04 +0100 (Wed, 04 Jan 2012) New Revision: 3581 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3581 Log: Use nuiton-matrix snapshot Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-04 11:08:02 UTC (rev 3580) +++ trunk/pom.xml 2012-01-04 14:19:04 UTC (rev 3581) @@ -62,14 +62,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> <scope>compile</scope> <exclusions> <exclusion> @@ -396,13 +396,6 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> - - <dependency> - <groupId>jfree</groupId> - <artifactId>jfreechart</artifactId> - <version>1.0.12</version> - <scope>runtime</scope> - </dependency> </dependencies> <!-- ************************************************************* -->
participants (1)
-
echatellier@users.forge.codelutin.com