Skip to content

Commit

Permalink
explicit dependency on xerces in generator-rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 8, 2013
1 parent 0ddc985 commit 65218d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fcrepo-generator-rdf/pom.xml
Expand Up @@ -72,6 +72,11 @@
</exclusions>
</dependency>

<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.7.1</version>
</dependency>
<!-- This dependency is for compile-time: it keeps this module independent
of any given choice of JAX-RS implementation. It must be _after_ the test
gear. Otherwise it will get loaded during test phase, but because this is
Expand Down

0 comments on commit 65218d4

Please sign in to comment.