Author: rfeng
Date: Wed Apr 15 23:05:56 2009
New Revision: 765414
URL: http://svn.apache.org/viewvc?rev=765414&view=rev
Log:
Exclude the xml apis that are already part of JDK 1.5 or later
Modified:
tuscany/java/sca/modules/binding-ws-axis2/pom.xml
tuscany/java/sca/modules/implementation-bpel-ode/pom.xml
Modified: tuscany/java/sca/modules/binding-ws-axis2/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ws-axis2/pom.xml?rev=765414&r1=765413&r2=765414&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-ws-axis2/pom.xml (original)
+++ tuscany/java/sca/modules/binding-ws-axis2/pom.xml Wed Apr 15 23:05:56 2009
@@ -137,6 +137,10 @@
<version>1.4.1</version>
<exclusions>
<exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xmlParserAPIs</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
</exclusion>
@@ -316,6 +320,12 @@
<artifactId>xalan</artifactId>
<version>2.7.0</version>
<scope>optional</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
Modified: tuscany/java/sca/modules/implementation-bpel-ode/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-bpel-ode/pom.xml?rev=765414&r1=765413&r2=765414&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel-ode/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-bpel-ode/pom.xml Wed Apr 15
23:05:56 2009
@@ -328,12 +328,22 @@
<groupId>xom</groupId>
<artifactId>xom</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>