diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-22 12:19:09 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-22 12:19:09 +0000 |
commit | 980ac2ee3b3af0b98b1d95d5b4e3be1915e17a98 (patch) | |
tree | e7ff5cd445fe9faf57cfd6d3e4c1aebe902879b4 | |
parent | 051e2bfb4e5fff5cbe75d51938b467820ea5f8f6 (diff) |
Exclude geronimo-activation_1.1_spec and junit dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999902 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml index d2ac513cf7..acfdeb96f9 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml @@ -118,6 +118,11 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-launcher</artifactId> </exclusion> + <exclusion> + <!-- rampart-core brings in activation-1.1.jar --> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-activation_1.1_spec</artifactId> + </exclusion> </exclusions> </dependency> @@ -282,6 +287,10 @@ <groupId>bouncycastle</groupId> <artifactId>bcprov-jdk15</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> |