You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2017/01/04 14:56:49 UTC

svn commit: r1777327 - /sling/trunk/contrib/extensions/distribution/core/pom.xml

Author: tmaret
Date: Wed Jan  4 14:56:49 2017
New Revision: 1777327

URL: http://svn.apache.org/viewvc?rev=1777327&view=rev
Log:
SLING-6435 - o.a.s.t.resourceresolver-mock maven dependency is tri-plicated in distribution.core pom

* Keep a single dependency and update to the latest released version 1.1.16

Modified:
    sling/trunk/contrib/extensions/distribution/core/pom.xml

Modified: sling/trunk/contrib/extensions/distribution/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/distribution/core/pom.xml?rev=1777327&r1=1777326&r2=1777327&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/distribution/core/pom.xml (original)
+++ sling/trunk/contrib/extensions/distribution/core/pom.xml Wed Jan  4 14:56:49 2017
@@ -124,13 +124,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
-            <version>1.1.14</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
-            <version>1.1.12</version>
+            <version>1.1.16</version>
             <scope>test</scope>
         </dependency>
         <!-- SLING -->
@@ -275,12 +269,6 @@
             <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
-            <version>1.1.15-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
 
     </dependencies>
     <reporting>