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 2018/09/11 11:47:39 UTC

svn commit: r1840543 - in /jackrabbit/oak/trunk: oak-parent/pom.xml oak-segment-azure/pom.xml

Author: mreutegg
Date: Tue Sep 11 11:47:39 2018
New Revision: 1840543

URL: http://svn.apache.org/viewvc?rev=1840543&view=rev
Log:
OAK-7732: Use docker for MongoDB based tests when available

Manage docker-junit-rule in oak-parent/pom.xml

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml
    jackrabbit/oak/trunk/oak-segment-azure/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1840543&r1=1840542&r2=1840543&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Sep 11 11:47:39 2018
@@ -688,6 +688,11 @@
         <artifactId>httpmime</artifactId>
         <version>4.5.6</version>
       </dependency>
+      <dependency>
+        <groupId>com.arakelian</groupId>
+        <artifactId>docker-junit-rule</artifactId>
+        <version>2.1.0</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 

Modified: jackrabbit/oak/trunk/oak-segment-azure/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-azure/pom.xml?rev=1840543&r1=1840542&r2=1840543&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-segment-azure/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-segment-azure/pom.xml Tue Sep 11 11:47:39 2018
@@ -177,7 +177,6 @@
         <dependency>
             <groupId>com.arakelian</groupId>
             <artifactId>docker-junit-rule</artifactId>
-            <version>2.1.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>