Skip to content

Commit

Permalink
[JENKINS-10851] Reverting part of 1fd7fb2 : excluding xalan because i…
Browse files Browse the repository at this point in the history
…ts presence makes Jenkins KO on IBM JVM.
  • Loading branch information
batmat committed Sep 23, 2011
1 parent 5fdab8b commit b817ebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/pom.xml
Expand Up @@ -158,6 +158,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 b817ebd

Please sign in to comment.