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 ad...@apache.org on 2021/07/13 13:00:14 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9038: oak-search-mt imports org.slf4j.impl - remove unneeded slf4j 'provided' dependency Backport from trunk

This is an automated email from the ASF dual-hosted git repository.

adulceanu pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 5825618  OAK-9038: oak-search-mt imports org.slf4j.impl - remove unneeded slf4j 'provided' dependency Backport from trunk
5825618 is described below

commit 5825618dea1a84a6c43c77011e38668c50d0f026
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Apr 23 11:16:21 2020 +0000

    OAK-9038: oak-search-mt imports org.slf4j.impl - remove unneeded slf4j 'provided' dependency
    Backport from trunk
---
 oak-search-mt/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/oak-search-mt/pom.xml b/oak-search-mt/pom.xml
index 5be72e6..878550a 100644
--- a/oak-search-mt/pom.xml
+++ b/oak-search-mt/pom.xml
@@ -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>