Skip to content

Commit f675c31

Browse files
authored
Merge pull request #8 from Hi-Fi/shadeCommons
Prevent conflicts with Commons by shading it
2 parents e81d02b + dbb7cc9 commit f675c31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@
272272
<pattern>com.google.common</pattern>
273273
<shadedPattern>shaded.com.google.common</shadedPattern>
274274
</relocation>
275+
<relocation>
276+
<pattern>org.apache.commons</pattern>
277+
<shadedPattern>shaded.org.apache.commons</shadedPattern>
278+
</relocation>
275279
</relocations>
276280
<artifactSet>
277281
<includes>

0 commit comments

Comments
 (0)