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 11:52:51 UTC

[jackrabbit-oak] branch OAK-9645 created (now fa448b4)

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

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


      at fa448b4  OAK-9645: oak-solr-core - avoid transitive log4j test dependency

This branch includes the following new commits:

     new fa448b4  OAK-9645: oak-solr-core - avoid transitive log4j test dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[jackrabbit-oak] 01/01: OAK-9645: oak-solr-core - avoid transitive log4j test dependency

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fa448b432110faa5fe6a93b92f0541d467b44ed6
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 0f20b80..4361349 100644
--- a/oak-solr-core/pom.xml
+++ b/oak-solr-core/pom.xml
@@ -285,6 +285,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>