Skip to content

Commit

Permalink
Added xalan 2.7.1 dependency to install at local repo during the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroigor committed Oct 1, 2012
1 parent bb6de18 commit 0e74d84
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 0e74d84

Please sign in to comment.