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

Commit a39494f

Browse files
committed
Merge pull request #52 from davidmc24/fix-slf4j-shading
fix shading of slf4j (#51)
2 parents 6efeb3b + d6c394e commit a39494f

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)