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: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1392253 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/binding-ws-runtime-axis2/pom.xml b/modules/binding-ws-runtime-axis2/pom.xml
index e27e58f..37458a1 100644
--- a/modules/binding-ws-runtime-axis2/pom.xml
+++ b/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>