Fix guava being accidentally shaded

This commit is contained in:
Luck 2018-05-03 13:46:17 +01:00 committed by GitHub
parent f556c75d94
commit b8a1871cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>