Author: veithen Date: Sun Aug 15 19:47:00 2010 New Revision: 985742 URL: http://svn.apache.org/viewvc?rev=985742&view=rev Log: Woden has cleaned up its dependencies. No need for exclusions anymore. Note that there is no longer any dependency on xercesImpl because WODEN-152 has been fixed.
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=985742&r1=985741&r2=985742&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Aug 15 19:47:00 2010 @@ -774,49 +774,11 @@ <groupId>org.apache.woden</groupId> <artifactId>woden-api</artifactId> <version>${woden.version}</version> - <exclusions> - <exclusion> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> - </exclusion> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.woden</groupId> <artifactId>woden-impl-dom</artifactId> <version>${woden.version}</version> - <exclusions> - <exclusion> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> - </exclusion> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - <!-- For the moment, woden-impl-dom really depends on Xerces; see WODEN-152. - Once this is fixed, we can also exclude xerces:xercesImpl. --> - <!-- exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion --> - </exclusions> </dependency> <dependency> <groupId>xmlunit</groupId>