diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-12 19:41:19 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-12 19:41:19 +0000 |
commit | 9c2ee5a139d0589af2bc91d3bc05a6982b93b322 (patch) | |
tree | ca2bd1cb8e40374849fc673e3c21d8df39ca5d5d | |
parent | 7f402cca25b2ca3836734c5ed31aea3a461003f0 (diff) |
Fix the build errors about openws by moving up to opensaml 2.4.1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145737 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml index a5b33a8451..8d673d0d38 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml @@ -208,7 +208,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> - <version>2.2.3</version> + <version>2.4.1</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |