You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2015/11/19 10:25:14 UTC

svn commit: r1715134 - /sling/trunk/bundles/extensions/discovery/base/pom.xml

Author: stefanegli
Date: Thu Nov 19 09:25:14 2015
New Revision: 1715134

URL: http://svn.apache.org/viewvc?rev=1715134&view=rev
Log:
SLING-5313 : using jcr-commons 2.10.1 instead of the one referenced by sling.commons.testing which is 2.2.9

Modified:
    sling/trunk/bundles/extensions/discovery/base/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/base/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/base/pom.xml?rev=1715134&r1=1715133&r2=1715134&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/base/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/base/pom.xml Thu Nov 19 09:25:14 2015
@@ -243,9 +243,16 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+        	<groupId>org.apache.jackrabbit</groupId>
+        	<artifactId>jackrabbit-jcr-commons</artifactId>
+        	<version>2.10.1</version>
+        	<type>bundle</type>
+        	<scope>test</scope>
+        </dependency>
+        <dependency>
         	<groupId>org.apache.sling</groupId>
         	<artifactId>org.apache.sling.commons.testing</artifactId>
-        	<version>2.0.16</version>
+        	<version>2.0.22</version>
         	<scope>test</scope>
             <exclusions>
                 <!-- slf4j simple implementation logs INFO + higher to stdout (we don't want that behaviour) -->