build(relocate): relocate dependencies correctly
This commit is contained in:
parent
f6a5883702
commit
dddb8af4db
1 changed files with 4 additions and 2 deletions
6
pom.xml
6
pom.xml
|
|
@ -90,8 +90,10 @@
|
|||
<configuration>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>com.zaxxer.HikariCP</pattern>
|
||||
<pattern>com.zaxxer.hikari</pattern>
|
||||
<shadedPattern>pk.ajneb97.libs.hikaricp</shadedPattern>
|
||||
<pattern>org.slf4j</pattern>
|
||||
<shadedPattern>pk.ajneb97.libs.slf4j</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
|
|
@ -100,4 +102,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue