Skip to content

Commit

Permalink
fix(logging): depend on SLF4J API, not particular provider
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 2, 2023
1 parent e79db93 commit 9b71be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<artifactId>slf4j-api</artifactId>
<version>${org.slf4j.version}</version>
</dependency>

Expand Down

0 comments on commit 9b71be6

Please sign in to comment.