Author: jsdelfino
Date: Mon Jun 30 15:57:29 2008
New Revision: 672954
URL: http://svn.apache.org/viewvc?rev=672954&view=rev
Log:
Added more exlusions of stax-api.
Modified:
tuscany/java/sca/modules/implementation-bpel-ode/pom.xml
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=672954&r1=672953&r2=672954&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel-ode/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-bpel-ode/pom.xml Mon Jun 30
15:57:29 2008
@@ -98,6 +98,12 @@
<artifactId>tuscany-sdo-impl</artifactId>
<version>1.1-incubating</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -254,6 +260,10 @@
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -325,6 +335,12 @@
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.3.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>