Skip to content

Commit

Permalink
Replace log4j1 with reload4j (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Feb 7, 2024
1 parent 11e0dfd commit 053b541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
</dependency>
<dependency>
<!-- Obsolete, but we have to support log4j version 1 -->
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<version>1.2.25</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 053b541

Please sign in to comment.