summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/modules/interface-wsdl-java2wsdl/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-06-26 13:42:20 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-06-26 13:42:20 +0000
commit49afb7e69a618e80c290c7693afd96dd3d49239d (patch)
tree485c9e95e02e50b014c28a57110814d6cac0b780 /branches/sca-java-1.3/modules/interface-wsdl-java2wsdl/pom.xml
parent64d919029839ceaf2c205fafb3b1522b25885b76 (diff)
TUSCANY-2432, TUSCANY-2427, TUSCANY-2428. remove multiple dependency versions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3/modules/interface-wsdl-java2wsdl/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/modules/interface-wsdl-java2wsdl/pom.xml b/branches/sca-java-1.3/modules/interface-wsdl-java2wsdl/pom.xml
index f140b0a089..8b189aa520 100644
--- a/branches/sca-java-1.3/modules/interface-wsdl-java2wsdl/pom.xml
+++ b/branches/sca-java-1.3/modules/interface-wsdl-java2wsdl/pom.xml
@@ -74,9 +74,18 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>3.0</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
<version>1.3</version>