summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-ws-axis2
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-01 12:04:29 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-01 12:04:29 +0000
commit3fa88e5d3a99c1b68d86e4734516ec92d235cf1f (patch)
tree5b773f35acec5777b6fed837ebec1e9e2831ba35 /branches/sca-java-1.x/modules/binding-ws-axis2
parentb27c451ea317a0ff979739b7f15e4eb6d5931a39 (diff)
Fixes for TUSCANY-2696
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/binding-ws-axis2')
-rw-r--r--branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml b/branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml
index 74d217e98b..b91e86bbd4 100644
--- a/branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml
+++ b/branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml
@@ -107,6 +107,10 @@
<version>1.4.1</version>
<exclusions>
<exclusion>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
@@ -116,6 +120,13 @@
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>3.1</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
@@ -167,6 +178,18 @@
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
+
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.apache.axis2</groupId>