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 ch...@apache.org on 2015/03/05 06:43:19 UTC

svn commit: r1664228 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: chetanm
Date: Thu Mar  5 05:43:19 2015
New Revision: 1664228

URL: http://svn.apache.org/r1664228
Log:
OAK-2578 - Add Sling OSGi Mocks to parent pom

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

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1664228&r1=1664227&r2=1664228&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Mar  5 05:43:19 2015
@@ -422,7 +422,19 @@
         <artifactId>aws-s3</artifactId>
         <version>1.7.0</version>
       </dependency>
-      
+      <dependency>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
+        <version>1.2.0</version>
+        <scope>test</scope>
+        <exclusions>
+          <!-- Need to exclude it due to SLING-4470 -->
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
     </dependencies>
   </dependencyManagement>