Skip to content

Commit c0fbeda

Browse files
authored
Only depend on the SLF4 API (#56)
The user of the library includes a logging dependency. Most spring and micronaut projects use logback, and that works perfectly with the slf4j APIs. It conflicts with the slf4j-log4j12 dependency, however, and that's surprising as a library consumer, it requires special logic to exclude the dependency.
1 parent 352ce58 commit c0fbeda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@
173173
</dependency>
174174
<dependency>
175175
<groupId>org.slf4j</groupId>
176-
<artifactId>slf4j-log4j12</artifactId>
177-
<version>1.7.12</version>
176+
<artifactId>slf4j-api</artifactId>
177+
<version>1.7.32</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>xalan</groupId>

0 commit comments

Comments
 (0)