Author: echatellier Date: 2012-01-09 17:51:36 +0100 (Mon, 09 Jan 2012) New Revision: 954 Url: http://forge.codelutin.com/repositories/revision/coser/954 Log: Use nuiton-matrix stable Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-09 15:43:50 UTC (rev 953) +++ trunk/pom.xml 2012-01-09 16:51:36 UTC (rev 954) @@ -130,14 +130,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.3</version> <scope>compile</scope> </dependency> @@ -393,4 +393,16 @@ </plugins> </pluginManagement> </build> + <dependencies> + <dependency> + <groupId>org.jfree</groupId> + <artifactId>jfreechart</artifactId> + <exclusions> + <exclusion> + <artifactId>xml-apis</artifactId> + <groupId>xml-apis</groupId> + </exclusion> + </exclusions> + </dependency> + </dependencies> </project>