Skip to content

Commit 172448d

Browse files
authored
fix(logging): depend on SLF4J API, not particular provider (#268)
1 parent e79db93 commit 172448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</dependency>
111111
<dependency>
112112
<groupId>org.slf4j</groupId>
113-
<artifactId>slf4j-jdk14</artifactId>
113+
<artifactId>slf4j-api</artifactId>
114114
<version>${org.slf4j.version}</version>
115115
</dependency>
116116

0 commit comments

Comments
 (0)