Fix shading of guava

This commit is contained in:
Aikar
2017-07-03 15:40:00 -05:00
parent 1ee1fcb9b3
commit e6cbdf2eaf
2 changed files with 6 additions and 6 deletions
-6
View File
@@ -40,12 +40,6 @@
<name>ACF (Core)</name>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
+6
View File
@@ -106,6 +106,12 @@
</build>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>