diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-02 20:20:03 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-02 20:20:03 +0000 |
commit | 83d5e242275374d8664cf954c18a93c4a8b99b6e (patch) | |
tree | 06436539c47e783fe04a1f9308420cf883a583a4 /sca-java-1.x/branches | |
parent | 454e36e3d9a73fce1fa26eb1823de39569c73d44 (diff) |
Use correct dependency for opensaml and exclude dependency on xmlsec
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.2/modules/binding-ws-axis2/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/modules/binding-ws-axis2/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/modules/binding-ws-axis2/pom.xml index 35b56019d2..fe2fc36e2c 100644 --- a/sca-java-1.x/branches/sca-java-1.6.2/modules/binding-ws-axis2/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.2/modules/binding-ws-axis2/pom.xml @@ -208,6 +208,12 @@ </dependency> <dependency> + <groupId>org.opensaml</groupId> + <artifactId>opensaml</artifactId> + <version>1.1</version> + </dependency> + + <dependency> <groupId>org.apache.ws.security</groupId> <artifactId>wss4j</artifactId> <version>1.5.4</version> @@ -221,6 +227,10 @@ <artifactId>bcprov-jdk15</artifactId> </exclusion> <exclusion> + <groupId>opensaml</groupId> + <artifactId>opensaml</artifactId> + </exclusion> + <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> @@ -288,6 +298,14 @@ <artifactId>bcprov-jdk15</artifactId> </exclusion> <exclusion> + <groupId>opensaml</groupId> + <artifactId>opensaml</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.santuario</groupId> + <artifactId>xmlsec</artifactId> + </exclusion> + <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> |