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 2023/01/07 09:51:31 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-10023: oak-search-mt: eliminate transitive log4j dependency (#784)

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

reschke 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 c46bbc5845 OAK-10023: oak-search-mt: eliminate transitive log4j dependency (#784)
c46bbc5845 is described below

commit c46bbc5845347459905607d18776d19958a28836
Author: Julian Reschke <re...@apache.org>
AuthorDate: Fri Dec 2 20:07:18 2022 +0100

    OAK-10023: oak-search-mt: eliminate transitive log4j dependency (#784)
---
 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 3b7ddea72a..41b93aa239 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>