Skip to content

Commit

Permalink
Add explicit SLF4J API dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Aug 11, 2024
1 parent cc31569 commit e149a69
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,20 @@
<scope>test</scope>
</dependency>
<!-- Logs during testing -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${org.slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk-platform-logging</artifactId>
<version>2.0.16</version>
<version>${org.slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.16</version>
<version>${org.slf4j.version}</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit e149a69

Please sign in to comment.