From: Andy J. <and...@us...> - 2003-08-22 05:37:13
|
andy_jefferson 03/08/21 04:50:43 Modified: sdocbook project.xml Log: Update to the xercesImpl dependency so that it looks under the xerces groupId, and hence finds the xercesImpl-2.0.2.jar Revision Changes Path 1.3 +2 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 13 Apr 2003 15:35:47 -0000 1.2 +++ project.xml 21 Aug 2003 11:50:43 -0000 1.3 @@ -112,7 +112,8 @@ </properties> </dependency> <dependency> - <id>xercesImpl</id> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> <version>2.0.2</version> <url>http://xml.apache.org/xerces2-j/index.html</url> <properties> |