Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Commit d6c394e

Browse files
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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@
184184
<artifactSet>
185185
<excludes>
186186
<exclude>org.mozilla:rhino</exclude>
187+
<exclude>org.slf4j:slf4j-api</exclude>
188+
<exclude>org.slf4j:slf4j-simple</exclude>
187189
</excludes>
188190
</artifactSet>
189191
<relocations>

0 commit comments

Comments
 (0)