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 fr...@apache.org on 2016/05/18 09:42:46 UTC

svn commit: r1744371 - /jackrabbit/oak/trunk/oak-jcr/pom.xml

Author: frm
Date: Wed May 18 09:42:46 2016
New Revision: 1744371

URL: http://svn.apache.org/viewvc?rev=1744371&view=rev
Log:
OAK-4375 - Declare oak-segment and oak-segment-tar as test dependencies 

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

Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1744371&r1=1744370&r2=1744371&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-jcr/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-jcr/pom.xml Wed May 18 09:42:46 2016
@@ -218,11 +218,13 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-segment</artifactId>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-segment-tar</artifactId>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>