You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2017/03/08 17:08:46 UTC

svn commit: r1786027 - /jackrabbit/oak/trunk/oak-pojosr/pom.xml

Author: mreutegg
Date: Wed Mar  8 17:08:46 2017
New Revision: 1786027

URL: http://svn.apache.org/viewvc?rev=1786027&view=rev
Log:
OAK-5912: SecondaryStoreConfigIT fails when MongoDB is available

Modified:
    jackrabbit/oak/trunk/oak-pojosr/pom.xml

Modified: jackrabbit/oak/trunk/oak-pojosr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-pojosr/pom.xml?rev=1786027&r1=1786026&r2=1786027&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-pojosr/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-pojosr/pom.xml Wed Mar  8 17:08:46 2017
@@ -89,6 +89,11 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>oak-segment</artifactId>
+      <version>1.6.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-segment-tar</artifactId>
       <version>${project.version}</version>
     </dependency>