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
This commit is contained in:
antelder 2012-10-01 09:39:20 +00:00
commit c782c48657

View file

@ -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>