Author: brett Date: Tue May 9 02:15:37 2006 New Revision: 405353 URL: http://svn.apache.org/viewcvs?rev=405353&view=rev Log: jaxen exclusions
Modified: maven/plugins/trunk/maven-release-plugin/pom.xml Modified: maven/plugins/trunk/maven-release-plugin/pom.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-release-plugin/pom.xml?rev=405353&r1=405352&r2=405353&view=diff ============================================================================== --- maven/plugins/trunk/maven-release-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-release-plugin/pom.xml Tue May 9 02:15:37 2006 @@ -129,6 +129,24 @@ <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1-beta-8</version> + <exclusions> + <exclusion> + <groupId>jdom</groupId> + <artifactId>jdom</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xmlParserAPIs</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </exclusion> + <exclusion> + <groupId>xom</groupId> + <artifactId>xom</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>