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>
|
||||
<artifactId>HikariCP</artifactId>
|
||||
<version>4.0.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
@ -92,8 +93,16 @@
|
|||
<relocation>
|
||||
<pattern>com.zaxxer.hikari</pattern>
|
||||
<shadedPattern>pk.ajneb97.libs.hikaricp</shadedPattern>
|
||||
<includes>
|
||||
<include>com.zaxxer.hikari.**</include>
|
||||
</includes>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.slf4j</pattern>
|
||||
<shadedPattern>pk.ajneb97.libs.slf4j</shadedPattern>
|
||||
<includes>
|
||||
<include>org.slf4j.**</include>
|
||||
</includes>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue