You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2014/10/13 14:55:33 UTC

svn commit: r1631372 - /sling/trunk/testing/sling-mock-jackrabbit/pom.xml

Author: sseifert
Date: Mon Oct 13 12:55:32 2014
New Revision: 1631372

URL: http://svn.apache.org/r1631372
Log:
remove exclusion no longer required

Modified:
    sling/trunk/testing/sling-mock-jackrabbit/pom.xml

Modified: sling/trunk/testing/sling-mock-jackrabbit/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/sling-mock-jackrabbit/pom.xml?rev=1631372&r1=1631371&r2=1631372&view=diff
==============================================================================
--- sling/trunk/testing/sling-mock-jackrabbit/pom.xml (original)
+++ sling/trunk/testing/sling-mock-jackrabbit/pom.xml Mon Oct 13 12:55:32 2014
@@ -61,10 +61,6 @@
             <version>2.0.16</version>
             <exclusions>
                 <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-simple</artifactId>
-                </exclusion>
-                <exclusion>
                     <groupId>org.jmock</groupId>
                     <artifactId>jmock-junit4</artifactId>
                 </exclusion>