Skip to content

Commit

Permalink
Merge pull request picketlink2#11 from pedroigor/master
Browse files Browse the repository at this point in the history
Added xalan 2.7.1 dependency to install at local repo during the build.
  • Loading branch information
pedroigor committed Oct 1, 2012
2 parents bb6de18 + 0e74d84 commit 4fe3d5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration-tests/jboss-as7/pom.xml
Expand Up @@ -22,6 +22,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.picketlink.distribution</groupId>
<artifactId>picketlink-jbas7</artifactId>
Expand Down

0 comments on commit 4fe3d5a

Please sign in to comment.