Fix guava being accidentally shaded

This commit is contained in:
Luck
2018-05-03 13:46:17 +01:00
committed by GitHub
Unverified
parent f556c75d94
commit b8a1871cf1
+1 -1
View File
@@ -83,7 +83,7 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<!-- caffeine -->
<dependency>