Skip to content

Commit

Permalink
Merge pull request #256 from Batmat/JENKINS-10851
Browse files Browse the repository at this point in the history
[JENKINS-10851] Re-excluding Xalan as it makes Jenkins KO with IBM JVM
  • Loading branch information
olamy committed Sep 23, 2011
2 parents 9127640 + b817ebd commit 968442b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/pom.xml
Expand Up @@ -163,6 +163,10 @@ THE SOFTWARE.
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 968442b

Please sign in to comment.