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

Commit f0a349d

Browse files
author
Sandro Boehme
committed
fixed shading for #15 as suggested by @davidmc24
1 parent c434379 commit f0a349d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,7 @@
189189
<relocations>
190190
<relocation>
191191
<pattern>org.apache.commons.io</pattern>
192-
<shadedPattern>internaldeps.org.apache.commons.io</shadedPattern>
193-
</relocation>
194-
<relocation>
195-
<pattern>org.slf4j</pattern>
196-
<shadedPattern>internaldeps.org.slf4j</shadedPattern>
192+
<shadedPattern>org.lesscss.deps.org.apache.commons.io</shadedPattern>
197193
</relocation>
198194
</relocations>
199195
<minimizeJar>true</minimizeJar>

0 commit comments

Comments
 (0)