We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a407478 commit b04bf7dCopy full SHA for b04bf7d
pom.xml
@@ -278,11 +278,22 @@
278
<artifactId>logback-core</artifactId>
279
<version>1.1.8</version>
280
</dependency>
281
- <!-- https://mvnrepository.com/artifact/log4j/log4j -->
+
282
+ <!-- Fix for rouge LogManager call -->
283
284
+ <!-- Defined above - newer version -->
285
+ <!--
286
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.17</version>
287
+ <groupId>org.slf4j</groupId>
288
+ <artifactId>slf4j-api</artifactId>
289
+ <version>1.6.4</version>
290
+ </dependency>
291
+ -->
292
293
+ <dependency>
294
295
+ <artifactId>slf4j-log4j12</artifactId>
296
297
298
299
<!-- END Logging Dependencies -->
0 commit comments