Skip to content

Commit

Permalink
Update dependencies to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 25, 2013
1 parent e045670 commit b40408b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -184,6 +184,14 @@
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-sequencer-images</artifactId>
<exclusions>
<!-- Dependency convergence: jena (via fcrepo-webapp) depends
on xercesImpl:2.11.0, but modeshape-sequencer-images depends on xercesImpl:2.8.1 -->
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- WebDAV -->
Expand Down

0 comments on commit b40408b

Please sign in to comment.