Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add fcrepo-jcr-bom, inifinispan dependency declared in bom
  • Loading branch information
Scott Prater authored and Andrew Woods committed May 26, 2014
1 parent 36ee816 commit 369a6c8
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion pom.xml
Expand Up @@ -21,6 +21,18 @@
</snapshots>
</repository>
</repositories>
<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>

<!-- test gear -->
Expand Down Expand Up @@ -60,6 +72,16 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-cachestore-leveldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
Expand Down Expand Up @@ -92,7 +114,7 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-build-tools</artifactId>
<version>1.3</version>
<version>${fcrepo-build-tools.version}</version>
<type>bundle</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 369a6c8

Please sign in to comment.