Relocate dependency packages to prevent conflicts with other plugins

This commit is contained in:
Luck
2018-01-13 23:27:55 +00:00
Unverified
parent 22006617d0
commit 19e6d4e4c8
14 changed files with 670 additions and 122 deletions
+18
View File
@@ -44,6 +44,24 @@
<scope>provided</scope>
</dependency>
<!-- jar-relocator -->
<dependency>
<groupId>me.lucko</groupId>
<artifactId>jar-relocator</artifactId>
<version>1.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- text -->
<dependency>
<groupId>net.kyori</groupId>