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 re...@apache.org on 2020/04/23 11:16:21 UTC

svn commit: r1876879 - /jackrabbit/oak/trunk/oak-search-mt/pom.xml

Author: reschke
Date: Thu Apr 23 11:16:21 2020
New Revision: 1876879

URL: http://svn.apache.org/viewvc?rev=1876879&view=rev
Log:
OAK-9038: oak-search-mt imports org.slf4j.impl - remove unneeded slf4j 'provided' dependency

Modified:
    jackrabbit/oak/trunk/oak-search-mt/pom.xml

Modified: jackrabbit/oak/trunk/oak-search-mt/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search-mt/pom.xml?rev=1876879&r1=1876878&r2=1876879&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search-mt/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search-mt/pom.xml Thu Apr 23 11:16:21 2020
@@ -121,13 +121,6 @@
             <scope>provided</scope>
         </dependency>
 
-        <!-- Logging -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
         <!-- Nullability annotations -->
         <dependency>
             <groupId>org.jetbrains</groupId>