Skip to content

Commit

Permalink
Add leveldb test dependency to fcrepo-http-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 20, 2014
1 parent 8bd425a commit f0e5de4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions fcrepo-http-api/pom.xml
Expand Up @@ -12,6 +12,18 @@
<description>The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.</description>
<packaging>bundle</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jcr-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.modeshape</groupId>
Expand Down Expand Up @@ -143,6 +155,11 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-cachestore-leveldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit f0e5de4

Please sign in to comment.