summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xml/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/modules/assembly-xml/pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/java/sca/modules/assembly-xml/pom.xml b/java/sca/modules/assembly-xml/pom.xml
index ff29f77357..cd439d3216 100644
--- a/java/sca/modules/assembly-xml/pom.xml
+++ b/java/sca/modules/assembly-xml/pom.xml
@@ -66,9 +66,9 @@
</dependency>
<dependency>
- <groupId>stax</groupId>
+ <groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
- <version>1.0.1</version>
+ <version>1.0-2</version>
</dependency>
<dependency>
@@ -76,9 +76,14 @@
<artifactId>wstx-asl</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
- <!-- Test Dependencies -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-definitions-xml</artifactId>