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
8
pom.xml
8
pom.xml
|
|
@ -62,6 +62,7 @@
|
|||
<groupId>com.zaxxer</groupId>
|
||||
<artifactId>HikariCP</artifactId>
|
||||
<version>4.0.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
@ -90,8 +91,11 @@
|
|||
<configuration>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>com.zaxxer.HikariCP</pattern>
|
||||
<pattern>com.zaxxer.hikari</pattern>
|
||||
<shadedPattern>pk.ajneb97.libs.hikaricp</shadedPattern>
|
||||
<includes>
|
||||
<include>com.zaxxer.hikari.**</include>
|
||||
</includes>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
|
|
@ -100,4 +104,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
main: pk.ajneb97.PlayerKits2
|
||||
version: 1.8.3
|
||||
version: 1.8.4
|
||||
name: PlayerKits2
|
||||
api-version: 1.13
|
||||
softdepend: [Vault,PlaceholderAPI]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue