Skip to content

Commit

Permalink
pom.xml: Use slf4j-simple as a test-time log implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbright committed Oct 4, 2024
1 parent ecff5b8 commit 2b9f758
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
<version>2.0.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
Expand Down

0 comments on commit 2b9f758

Please sign in to comment.