Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Changes -> now relocate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Jul 13, 2023
1 parent 0d2cd20 commit 9e80235
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>de.cubeattack.neoprotect</shadedPattern>
<shadedPattern>de.cubeattack.neoprotect.libraries.org.bstats</shadedPattern>
</relocation>
<relocation>
<pattern>com.squareup</pattern>
<shadedPattern>de.cubeattack.neoprotect.libraries.com.squareup</shadedPattern>
</relocation>
<relocation>
<pattern>okio</pattern>
<shadedPattern>de.cubeattack.neoprotect.libraries.okio</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit 9e80235

Please sign in to comment.