Skip to content

Commit

Permalink
Fix logging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 13, 2025
1 parent 8a112c3 commit b6ee404
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,9 @@
<dependencies>
<dependency>
<!-- Fix NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.32</version>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -645,9 +645,9 @@
<dependencies>
<dependency>
<!-- Fix NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.32</version>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b6ee404

Please sign in to comment.