summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/policy-security-ws/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 09:13:25 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 09:13:25 +0000
commiteb340a208f49de11848fb3c667279ca106ec3ff3 (patch)
tree838707db222191602c379f0a5d60a70b36e069e2 /java/sca/modules/policy-security-ws/pom.xml
parent9aa066a61816b9d10927bf3634bbfcf5105313fa (diff)
TUSCANY-2432 - resolve some dependencies to a single version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/policy-security-ws/pom.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/java/sca/modules/policy-security-ws/pom.xml b/java/sca/modules/policy-security-ws/pom.xml
index 6acc208f38..39451178f3 100644
--- a/java/sca/modules/policy-security-ws/pom.xml
+++ b/java/sca/modules/policy-security-ws/pom.xml
@@ -80,12 +80,23 @@
<version>1.2.5</version>
</dependency>
-
-
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
- <version>1.3</version>
+ <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>