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