Commit c0fbeda
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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments