Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Exclude xerces dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adreghiciu committed Apr 7, 2011
1 parent dd94147 commit fbc1d19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -89,6 +89,12 @@
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-rdf-sesame-jena</artifactId>
<version>1.0.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>xercesImpl</artifactId>
<groupId>xerces</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
Expand Down

0 comments on commit fbc1d19

Please sign in to comment.