diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-26 13:42:20 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-26 13:42:20 +0000 |
commit | 49afb7e69a618e80c290c7693afd96dd3d49239d (patch) | |
tree | 485c9e95e02e50b014c28a57110814d6cac0b780 /branches/sca-java-1.3/modules/policy-security-ws | |
parent | 64d919029839ceaf2c205fafb3b1522b25885b76 (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 'branches/sca-java-1.3/modules/policy-security-ws')
-rw-r--r-- | branches/sca-java-1.3/modules/policy-security-ws/pom.xml | 20 |
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> |