This is an automated email from the ASF dual-hosted git repository.
radhikakundam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 3eb4d0ac7 ATLAS-5060: Remove slf4j-reload4j as it conflicts with
Logback (#388)
3eb4d0ac7 is described below
commit 3eb4d0ac7791b90ca8875c76ce3bd3669016f5f8
Author: Abhishek Kumar <[email protected]>
AuthorDate: Fri Jun 27 13:47:24 2025 -0700
ATLAS-5060: Remove slf4j-reload4j as it conflicts with Logback (#388)
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 09fa07f2f..1de9e7eb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1046,11 +1046,6 @@
<artifactId>slf4j-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </dependency>
-
</dependencies>
<build>