Author: rfeng
Date: Wed Apr 15 23:11:24 2009
New Revision: 765416

URL: http://svn.apache.org/viewvc?rev=765416&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=765416&r1=765415&r2=765416&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:11:24 2009
@@ -332,6 +332,12 @@
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
             <version>2.8.1</version>
+            <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=765416&r1=765415&r2=765416&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:11:24 2009
@@ -349,6 +349,12 @@
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
             <version>2.8.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+            </exclusions>                        
         </dependency>
         <dependency>
             <groupId>org.apache.xmlbeans</groupId>


Reply via email to