Skip to content

Commit

Permalink
fix relocation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Oct 19, 2023
1 parent d4b5245 commit aee2288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>com.github.benmanes.caffeine</pattern>
<shadedPattern>me.xginko.pumpkinpvpreloaded.caffeine</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down

0 comments on commit aee2288

Please sign in to comment.