summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/distribution/bundle/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.4/distribution/bundle/pom.xml')
-rw-r--r--branches/sca-java-1.4/distribution/bundle/pom.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/branches/sca-java-1.4/distribution/bundle/pom.xml b/branches/sca-java-1.4/distribution/bundle/pom.xml
index 85ed27c757..6ea94debd3 100644
--- a/branches/sca-java-1.4/distribution/bundle/pom.xml
+++ b/branches/sca-java-1.4/distribution/bundle/pom.xml
@@ -177,6 +177,10 @@
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
<!-- <exclusion>
<groupId>opensaml</groupId>
<artifactId>opensaml</artifactId>
@@ -525,18 +529,20 @@
<artifactId>tuscany-tracing-aspectj</artifactId>
<version>${pom.version}</version>
</dependency>
+
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-wsdl2java</artifactId>
<version>${pom.version}</version>
<exclusions>
-
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
-
<artifactId>geronimo-activation_1.1_spec</artifactId>
</exclusion>
-
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>