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 <[email protected]> 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>
