Skip to content

Commit b04bf7d

Browse files
committed
Add package to support reference to old LogManager class.
1 parent a407478 commit b04bf7d

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

pom.xml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,22 @@
278278
<artifactId>logback-core</artifactId>
279279
<version>1.1.8</version>
280280
</dependency>
281-
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
281+
282+
<!-- Fix for rouge LogManager call -->
283+
284+
<!-- Defined above - newer version -->
285+
<!--
282286
<dependency>
283-
<groupId>log4j</groupId>
284-
<artifactId>log4j</artifactId>
285-
<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+
<groupId>org.slf4j</groupId>
295+
<artifactId>slf4j-log4j12</artifactId>
296+
<version>1.6.4</version>
286297
</dependency>
287298

288299
<!-- END Logging Dependencies -->

0 commit comments

Comments
 (0)