summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/distribution/bundle
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-29 03:50:40 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-29 03:50:40 +0000
commitd9302c3e06100144e21cc3b9d4731d07edf6b1de (patch)
tree4a4f68db9eb47bd8a081402024ad1d4cd5000048 /branches/sca-java-1.3/distribution/bundle
parent6416b45d9f18272983be98787adb92933378765e (diff)
Fix for TUSCANY-2509, TUSCANY-2506 and TUSCANY-2508 (to include zipcode-jaxws into the build)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/distribution/bundle')
-rw-r--r--branches/sca-java-1.3/distribution/bundle/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/distribution/bundle/pom.xml b/branches/sca-java-1.3/distribution/bundle/pom.xml
index fa6e8d7bfd..653e9a5fba 100644
--- a/branches/sca-java-1.3/distribution/bundle/pom.xml
+++ b/branches/sca-java-1.3/distribution/bundle/pom.xml
@@ -460,6 +460,15 @@
<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>
+
+ </exclusions>
</dependency>
<dependency>