Merge pull request #11 from jonakls/patch-1
Incompatibility or no relocated dependencies alerts
This commit is contained in:
commit
79569c9b9e
2 changed files with 7 additions and 3 deletions
6
pom.xml
6
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>
|
||||||
|
|
||||||
|
|
@ -90,8 +91,11 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.zaxxer.HikariCP</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>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
main: pk.ajneb97.PlayerKits2
|
main: pk.ajneb97.PlayerKits2
|
||||||
version: 1.8.3
|
version: 1.8.4
|
||||||
name: PlayerKits2
|
name: PlayerKits2
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
softdepend: [Vault,PlaceholderAPI]
|
softdepend: [Vault,PlaceholderAPI]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue