diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-27 14:49:38 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-27 14:49:38 +0000 |
commit | 50fd6e0d7427c7d3332d7550b73245075e3879f1 (patch) | |
tree | 73c407be7dd38313fc520505439828f9b4efab63 | |
parent | 1072e3151c8fcad4554ca68908708f27b2aca149 (diff) |
Add exclusions for santuario and opensaml to prevent mvn warnings
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1085948 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml b/sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml index 800e2fdebf..916ca1f354 100644 --- a/sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml +++ b/sca-java-1.x/trunk/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> |