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 2016/02/09 13:28:35 UTC

svn commit: r1729370 - /sling/trunk/bundles/extensions/discovery/impl/pom.xml

Author: stefanegli
Date: Tue Feb  9 12:28:34 2016
New Revision: 1729370

URL: http://svn.apache.org/viewvc?rev=1729370&view=rev
Log:
SLING-5331 : updating sling.commons.testing version to 2.0.24 which thanks to SLING-5341 updates to a recent jackrabbit version - the old version used previously - 2.2.x - was likely the reason for the failed test

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

Modified: sling/trunk/bundles/extensions/discovery/impl/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/impl/pom.xml?rev=1729370&r1=1729369&r2=1729370&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/impl/pom.xml Tue Feb  9 12:28:34 2016
@@ -111,7 +111,7 @@
 		<dependency>
 			<groupId>org.apache.jackrabbit</groupId>
 			<artifactId>jackrabbit-api</artifactId>
-			<version>2.2.4</version>
+			<version>2.11.2</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
@@ -246,7 +246,7 @@
         <dependency>
         	<groupId>org.apache.sling</groupId>
         	<artifactId>org.apache.sling.commons.testing</artifactId>
-        	<version>2.0.16</version>
+        	<version>2.0.24</version>
         	<scope>test</scope>
             <exclusions>
                 <!-- slf4j simple implementation logs INFO + higher to stdout (we don't want that behaviour) -->