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

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


The following commit(s) were added to refs/heads/OAK-10023 by this push:
     new 062532ff84 OAK-10023: oak-search-mt: eliminate transitive log4j 
dependency
062532ff84 is described below

commit 062532ff845e48cb95ad8493ff02e12a960bd8ea
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Dec 2 18:03:53 2022 +0100

    OAK-10023: oak-search-mt: eliminate transitive log4j dependency
---
 oak-search-mt/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/oak-search-mt/pom.xml b/oak-search-mt/pom.xml
index 1f1eb7df2e..4d44d6399b 100644
--- a/oak-search-mt/pom.xml
+++ b/oak-search-mt/pom.xml
@@ -113,6 +113,12 @@
             <groupId>org.apache.joshua</groupId>
             <artifactId>joshua-incubating</artifactId>
             <version>6.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-log4j12</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.lucene</groupId>

Reply via email to