Author: tchemit Date: 2012-11-13 14:57:20 +0100 (Tue, 13 Nov 2012) New Revision: 2441 Url: http://nuiton.org/repositories/revision/nuiton-utils/2441 Log: optimize dependencies Modified: trunk/nuiton-utils-maven-report-plugin/pom.xml trunk/pom.xml Modified: trunk/nuiton-utils-maven-report-plugin/pom.xml =================================================================== --- trunk/nuiton-utils-maven-report-plugin/pom.xml 2012-11-13 13:41:41 UTC (rev 2440) +++ trunk/nuiton-utils-maven-report-plugin/pom.xml 2012-11-13 13:57:20 UTC (rev 2441) @@ -130,6 +130,12 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <scope>provided</scope> + </dependency> + </dependencies> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-13 13:41:41 UTC (rev 2440) +++ trunk/pom.xml 2012-11-13 13:57:20 UTC (rev 2441) @@ -307,6 +307,13 @@ <artifactId>doxia-sink-api</artifactId> <version>${doxiaVersion}</version> </dependency> + + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.3.04</version> + </dependency> + </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.nuiton.org