Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Exclude xml-apis
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jul 22, 2013
1 parent 250c8c0 commit e26a10d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -508,6 +508,12 @@
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>1.2.5</version>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down

0 comments on commit e26a10d

Please sign in to comment.