This is an automated email from the ASF dual-hosted git repository.
dacort pushed a commit to branch fix/log4j-reload4j-part2
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
The following commit(s) were added to refs/heads/fix/log4j-reload4j-part2 by
this push:
new 05fbbe7c Additional exclusions
05fbbe7c is described below
commit 05fbbe7cfcfd71e13833aaf725933a148494f92f
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Wed Apr 12 21:16:39 2023 -0700
Additional exclusions
---
integration-test/pom.xml | 4 ++++
pom.xml | 12 ++++++++++++
server/pom.xml | 4 ++++
3 files changed, 20 insertions(+)
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index d80dd041..0b062f26 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -210,6 +210,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
</exclusions>
</dependency>
diff --git a/pom.xml b/pom.xml
index 2523b633..fd0e500e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,6 +340,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -373,6 +377,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -385,6 +393,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
</exclusions>
</dependency>
diff --git a/server/pom.xml b/server/pom.xml
index 402370ea..90a3e5e3 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -154,6 +154,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
</exclusions>
</dependency>