This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new e446842 RATIS-2464. Switch to slf4j-reload4j (#93)
e446842 is described below
commit e446842f62c65d548a326126e855cd140c29d070
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Mar 28 19:13:24 2026 +0100
RATIS-2464. Switch to slf4j-reload4j (#93)
---
test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/pom.xml b/test/pom.xml
index d591a3b..6905010 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
+ <artifactId>slf4j-reload4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>