Skip to content

Commit

Permalink
TUSCANY-4070: add apache v8 pom dependency so its got from the Tuscan…
Browse files Browse the repository at this point in the history
…y 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
  • Loading branch information
Anthony Elder committed Oct 1, 2012
1 parent b7c81b0 commit 58a917b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/binding-ws-runtime-axis2/pom.xml
Expand Up @@ -31,6 +31,15 @@




<dependencies> <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 --> <!-- Compile dependencies -->


<dependency> <dependency>
Expand Down

0 comments on commit 58a917b

Please sign in to comment.