summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/modules/policy-security-ws/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3/modules/policy-security-ws/pom.xml')
-rw-r--r--branches/sca-java-1.3/modules/policy-security-ws/pom.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/branches/sca-java-1.3/modules/policy-security-ws/pom.xml b/branches/sca-java-1.3/modules/policy-security-ws/pom.xml
index 504128c9cd..838a26cd31 100644
--- a/branches/sca-java-1.3/modules/policy-security-ws/pom.xml
+++ b/branches/sca-java-1.3/modules/policy-security-ws/pom.xml
@@ -79,14 +79,26 @@
<artifactId>axiom-impl</artifactId>
<version>1.2.5</version>
</dependency>
-
-
+
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
- <version>1.3</version>
- </dependency>
+ <version>1.3</version>
+ <exclusions>
+ <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>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.neethi</groupId>