Skip to content

Commit

Permalink
Compiles, but fails tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed May 2, 2013
1 parent 27fe449 commit d217f22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fcrepo-http-commons/pom.xml
Expand Up @@ -46,6 +46,12 @@
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jcr-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>${jersey.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit d217f22

Please sign in to comment.