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 md...@apache.org on 2014/05/26 16:46:41 UTC

svn commit: r1597599 - /jackrabbit/oak/trunk/oak-solr-core/pom.xml

Author: mduerig
Date: Mon May 26 14:46:41 2014
New Revision: 1597599

URL: http://svn.apache.org/r1597599
Log:
OAK-1847: Use SegmentMK for testing where possible
Remove unused dependency

Modified:
    jackrabbit/oak/trunk/oak-solr-core/pom.xml

Modified: jackrabbit/oak/trunk/oak-solr-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-solr-core/pom.xml?rev=1597599&r1=1597598&r2=1597599&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-solr-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-solr-core/pom.xml Mon May 26 14:46:41 2014
@@ -146,12 +146,6 @@
           <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-mk</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
             <scope>provided</scope>