Properly relocate shaded dependency

This commit is contained in:
Christian Koop 2022-01-02 22:44:06 +01:00
parent 1514fd4fae
commit ffbd84875e
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -50,7 +50,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.0-SNAPSHOT</version>
<executions>
<execution>
@ -72,6 +72,13 @@
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>com.zaxxer</pattern>
<shadedPattern>com.songoda.core.third_party.com.zaxxer</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>