Author: echatellier Date: 2012-01-09 18:17:56 +0100 (Mon, 09 Jan 2012) New Revision: 956 Url: http://forge.codelutin.com/repositories/revision/coser/956 Log: Fix unused deps Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-09 17:02:29 UTC (rev 955) +++ trunk/pom.xml 2012-01-09 17:17:56 UTC (rev 956) @@ -188,6 +188,12 @@ <artifactId>jfreechart</artifactId> <version>1.0.14</version> <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>xml-apis</artifactId> + <groupId>xml-apis</groupId> + </exclusion> + </exclusions> </dependency> <dependency>