Skip to content

Commit

Permalink
Explicit dependency: SLF4J
Browse files Browse the repository at this point in the history
  • Loading branch information
mourjo committed Dec 13, 2023
1 parent 8f4f73e commit 02264a7
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 @@ -29,6 +29,12 @@
<version>3.1.2</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down

0 comments on commit 02264a7

Please sign in to comment.