relocate caffeine

This commit is contained in:
xGinko 2023-10-19 22:46:25 +02:00
parent be98fc5380
commit 290d96455b

View File

@ -45,6 +45,12 @@
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>${project.parent.artifactId}-${project.parent.version}--${project.artifactId}</finalName>
<relocations>
<relocation>
<pattern>com.github.benmanes.caffeine</pattern>
<shadedPattern>me.xginko.villageroptimizer.caffeine</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>