mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-07-07 09:44:01 +00:00
Relocated shaded dependencies.
This commit is contained in:
parent
233a5cb9b2
commit
635f4f3af3
10
pom.xml
10
pom.xml
@ -58,6 +58,16 @@
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.2.4</version>
|
||||
<configuration>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>com.zaxxer.hikari</pattern>
|
||||
<shadedPattern>shaded.com.zaxxer.hikari</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>net.md_5.bungee.config</pattern>
|
||||
<shadedPattern>shaded.net.md_5.bungee.config</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
<artifactSet>
|
||||
<includes>
|
||||
<include>com.zaxxer:HikariCP</include>
|
||||
|
Loading…
x
Reference in New Issue
Block a user