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:01 UTC

[jackrabbit-oak] branch OAK-9639 created (now 8d78c9b)

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

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


      at 8d78c9b  OAK-9639: avoid transitive log4j test dependency

This branch includes the following new commits:

     new 8d78c9b  OAK-9639: 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-9639: 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-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>