We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a80f0 commit 75fc6c9Copy full SHA for 75fc6c9
1 file changed
pom.xml
@@ -96,9 +96,15 @@
96
<version>2.0.7</version>
97
</dependency>
98
<dependency>
99
- <groupId>org.slf4j</groupId>
100
- <artifactId>slf4j-simple</artifactId>
101
- <version>2.0.7</version>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
+ <version>2.20.0</version>
102
+ <exclusions>
103
+ <exclusion>
104
+ <groupId>org.slf4j</groupId>
105
+ <artifactId>slf4j-api</artifactId>
106
+ </exclusion>
107
+ </exclusions>
108
109
110
<groupId>org.apache.commons</groupId>
0 commit comments