summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/tools/java2wsdl
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/tools/java2wsdl
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/tools/java2wsdl')
-rw-r--r--branches/sca-java-1.3/tools/java2wsdl/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/tools/java2wsdl/pom.xml b/branches/sca-java-1.3/tools/java2wsdl/pom.xml
index 88c53e510c..3c6a7717fa 100644
--- a/branches/sca-java-1.3/tools/java2wsdl/pom.xml
+++ b/branches/sca-java-1.3/tools/java2wsdl/pom.xml
@@ -133,6 +133,12 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
<version>1.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-activation_1.1_spec</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>