Author: tchemit Date: 2012-12-18 18:50:01 +0100 (Tue, 18 Dec 2012) New Revision: 400 Url: http://nuiton.org/projects/jredmine/repository/revisions/400 Log: optmize dependencies Modified: trunk/jredmine-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/jredmine-maven-plugin/pom.xml =================================================================== --- trunk/jredmine-maven-plugin/pom.xml 2012-12-18 17:18:57 UTC (rev 399) +++ trunk/jredmine-maven-plugin/pom.xml 2012-12-18 17:50:01 UTC (rev 400) @@ -172,6 +172,11 @@ <artifactId>doxia-sink-api</artifactId> </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </dependency> + <!-- tests dependencies --> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-12-18 17:18:57 UTC (rev 399) +++ trunk/pom.xml 2012-12-18 17:50:01 UTC (rev 400) @@ -431,10 +431,20 @@ <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> </exclusions> </dependency> <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.3.04</version> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4jVersion}</version>