build(relocate): test relocate and apply changes
This commit is contained in:
parent
dddb8af4db
commit
17e0069609
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
|
@ -62,6 +62,7 @@
|
||||||
<groupId>com.zaxxer</groupId>
|
<groupId>com.zaxxer</groupId>
|
||||||
<artifactId>HikariCP</artifactId>
|
<artifactId>HikariCP</artifactId>
|
||||||
<version>4.0.3</version>
|
<version>4.0.3</version>
|
||||||
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
@ -92,8 +93,16 @@
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.zaxxer.hikari</pattern>
|
<pattern>com.zaxxer.hikari</pattern>
|
||||||
<shadedPattern>pk.ajneb97.libs.hikaricp</shadedPattern>
|
<shadedPattern>pk.ajneb97.libs.hikaricp</shadedPattern>
|
||||||
|
<includes>
|
||||||
|
<include>com.zaxxer.hikari.**</include>
|
||||||
|
</includes>
|
||||||
|
</relocation>
|
||||||
|
<relocation>
|
||||||
<pattern>org.slf4j</pattern>
|
<pattern>org.slf4j</pattern>
|
||||||
<shadedPattern>pk.ajneb97.libs.slf4j</shadedPattern>
|
<shadedPattern>pk.ajneb97.libs.slf4j</shadedPattern>
|
||||||
|
<includes>
|
||||||
|
<include>org.slf4j.**</include>
|
||||||
|
</includes>
|
||||||
</relocation>
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue