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 2021/12/16 15:33:48 UTC

[jackrabbit-oak] branch 1.8 updated: OAK-9645: oak-solr-core - avoid transitive log4j test dependency

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

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


The following commit(s) were added to refs/heads/1.8 by this push:
     new e54fca5  OAK-9645: oak-solr-core - avoid transitive log4j test dependency
e54fca5 is described below

commit e54fca520133a607de52193ce60aec2c6221bd41
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Dec 16 12:52:35 2021 +0100

    OAK-9645: oak-solr-core - avoid transitive log4j test dependency
---
 oak-solr-core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/oak-solr-core/pom.xml b/oak-solr-core/pom.xml
index 61753c3..e09a2af 100644
--- a/oak-solr-core/pom.xml
+++ b/oak-solr-core/pom.xml
@@ -276,6 +276,10 @@
                     <groupId>commons-fileupload</groupId>
                     <artifactId>commons-fileupload</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-core</artifactId>
+                </exclusion>
             </exclusions>
             <scope>test</scope>
         </dependency>