This repository was archived by the owner on Jan 9, 2019. It is now read-only.
Commit d6c394e
committed
fix shading of slf4j (#51)
The previous shading included slf4j-api and slf4j-simple in the shaded jar.
slf4j-simple was intended as a runtime dependency, and thus shouldn't have been included.
slf4j-api was intended as an optional non-shaded dependency, and thus shouldn't have been included.1 parent 6efeb3b commit d6c394e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
0 commit comments