summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-ode/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 22:57:29 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 22:57:29 +0000
commitf15c97242d2f7b5494d55e1110aba55d95bf26ae (patch)
treea959be581053be9dc62395782e4d221beae4f5f3 /java/sca/modules/implementation-bpel-ode/pom.xml
parent7a2b9b4bb4a35e76e15b2d410a484eed0b4fc9aa (diff)
Added more exlusions of stax-api.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672954 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-bpel-ode/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-bpel-ode/pom.xml b/java/sca/modules/implementation-bpel-ode/pom.xml
index d41be55d9e..cf178deba8 100644
--- a/java/sca/modules/implementation-bpel-ode/pom.xml
+++ b/java/sca/modules/implementation-bpel-ode/pom.xml
@@ -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>