Author: echatellier Date: 2013-10-11 18:02:21 +0200 (Fri, 11 Oct 2013) New Revision: 1309 Url: http://nuiton.org/projects/eugene/repository/revisions/1309 Log: fixes #2875: Update to xerces 2.11.O Remove xml-apis (already in jdk) Modified: trunk/eugene-maven-plugin/pom.xml trunk/eugene/pom.xml trunk/pom.xml Modified: trunk/eugene/pom.xml =================================================================== --- trunk/eugene/pom.xml 2013-10-11 15:20:14 UTC (rev 1308) +++ trunk/eugene/pom.xml 2013-10-11 16:02:21 UTC (rev 1309) @@ -93,12 +93,6 @@ <artifactId>commons-io</artifactId> </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <scope>runtime</scope> - </dependency> - <!-- jaxen dep --> <dependency> <groupId>jaxen</groupId> Modified: trunk/eugene-maven-plugin/pom.xml =================================================================== --- trunk/eugene-maven-plugin/pom.xml 2013-10-11 15:20:14 UTC (rev 1308) +++ trunk/eugene-maven-plugin/pom.xml 2013-10-11 16:02:21 UTC (rev 1309) @@ -85,12 +85,6 @@ </dependency> <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <scope>runtime</scope> - </dependency> - - <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-10-11 15:20:14 UTC (rev 1308) +++ trunk/pom.xml 2013-10-11 16:02:21 UTC (rev 1309) @@ -186,7 +186,7 @@ <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> - <version>2.10.0</version> + <version>2.11.0</version> <scope>runtime</scope> <exclusions> <exclusion> @@ -202,12 +202,6 @@ <version>9.1.0.8</version> </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.4.01</version> - </dependency> - <!-- dom4j dep --> <dependency> <groupId>jaxen</groupId>
participants (1)
-
echatellier@users.nuiton.org