Author: marijan
Date: Mon Jul 16 08:37:39 2012
New Revision: 1361937
URL: http://svn.apache.org/viewvc?rev=1361937&view=rev
Log:
- add dep
Modified:
rave/sandbox/content-services/pom.xml
Modified: rave/sandbox/content-services/pom.xml
URL:
http://svn.apache.org/viewvc/rave/sandbox/content-services/pom.xml?rev=1361937&r1=1361936&r2=1361937&view=diff
==============================================================================
--- rave/sandbox/content-services/pom.xml (original)
+++ rave/sandbox/content-services/pom.xml Mon Jul 16 08:37:39 2012
@@ -20,8 +20,8 @@
@version $Id$
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
->
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
+ >
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -62,16 +62,22 @@
<junit.version>4.7</junit.version>
<rave.repository.home>${project.build.directory}/storage/rave_jcr</rave.repository.home>
- <rave.repository.config />
+ <rave.repository.config/>
<rave.repository.context.path>/jcr</rave.repository.context.path>
- <javaagent />
+ <javaagent/>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
+ <groupId>org.apache</groupId>
+ <artifactId>jackrabbit-ocm</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+
+ <dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<version>${javax.jcr.version}</version>
@@ -127,7 +133,7 @@
<scope>test</scope>
</dependency>
- <!-- Test -->
+ <!-- Test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>