Skip to content

Commit

Permalink
Add gav of slf4j-simple to better log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Nov 20, 2024
1 parent 0305b17 commit ab29bfa
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions samples/build-me/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,11 @@
</dependency>

<!-- logging -->
<!--
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.23.1</version>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.23.1</version>
</dependency>
-->
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit ab29bfa

Please sign in to comment.