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/14 10:45:02 UTC

[jackrabbit-oak] 01/01: OAK-9639: avoid transitive log4j test dependency

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

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

commit 8d78c9b302a491d8bed7910e82f936a68f766365
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Dec 14 11:44:46 2021 +0100

    OAK-9639: avoid transitive log4j test dependency
---
 oak-segment-aws/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/oak-segment-aws/pom.xml b/oak-segment-aws/pom.xml
index 88339ee..28f7d87 100644
--- a/oak-segment-aws/pom.xml
+++ b/oak-segment-aws/pom.xml
@@ -282,6 +282,12 @@
             <artifactId>DynamoDBLocal</artifactId>
             <version>1.12.0</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.almworks.sqlite4java</groupId>