diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml | 23 |
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> |