diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-10-01 09:39:20 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-10-01 09:39:20 +0000 |
commit | c782c4865737d0dff39156a516a488bef05e66a0 (patch) | |
tree | 9c33b99f23f3d61f79fb4c7b1cab6e4344bf2686 /sca-java-2.x/trunk/modules/binding-ws-runtime-axis2 | |
parent | d0c8102a6750eae0fa290f14d4505c254e8f097d (diff) |
TUSCANY-4070: add apache v8 pom dependency so its got from the Tuscany defined pom descriptor repositories before opensaml othersie the opensaml defintions are used first and a duff one is got from shibboleth
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1392253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-ws-runtime-axis2')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml | 9 |
1 files changed, 9 insertions, 0 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 e27e58ffd6..37458a122b 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 @@ -31,6 +31,15 @@ <dependencies> + + <!-- TUSCANY-4070: this is required here due to a bug in the opensaml pom --> + <dependency> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>8</version> + <type>pom</type> + </dependency> + <!-- Compile dependencies --> <dependency> |