Author: olli
Date: Fri Aug 12 18:52:17 2016
New Revision: 1756202
URL: http://svn.apache.org/viewvc?rev=1756202&view=rev
Log:
add missing Jackrabbit dependencies
Modified:
sling/trunk/bundles/jcr/oak-server/pom.xml
Modified: sling/trunk/bundles/jcr/oak-server/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/oak-server/pom.xml?rev=1756202&r1=1756201&r2=1756202&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/oak-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/oak-server/pom.xml Fri Aug 12 18:52:17 2016
@@ -43,6 +43,7 @@
</scm>
<properties>
+ <jackrabbit.version>2.12.2</jackrabbit.version>
<oak.version>1.5.5</oak.version>
<org.ops4j.pax.exam.version>4.9.1</org.ops4j.pax.exam.version>
</properties>
@@ -126,6 +127,18 @@
<!-- Apache Jackrabbit -->
<dependency>
<groupId>org.apache.jackrabbit</groupId>
+ <artifactId>jackrabbit-api</artifactId>
+ <version>${jackrabbit.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>jackrabbit-jcr-commons</artifactId>
+ <version>${jackrabbit.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-core</artifactId>
<version>${oak.version}</version>
<scope>provided</scope>