Author: antelder
Date: Mon Oct 1 09:39:20 2012
New Revision: 1392253
URL: http://svn.apache.org/viewvc?rev=1392253&view=rev
Log:
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
Modified:
tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml?rev=1392253&r1=1392252&r2=1392253&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
(original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml Mon Oct
1 09:39:20 2012
@@ -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>