fix accidentally marking guava as compile in the previous commit

This commit is contained in:
Luck 2018-01-19 19:29:34 +00:00
parent 03a93b1186
commit 612712f015
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -83,7 +83,7 @@
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<version>19.0</version> <version>19.0</version>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- caffeine --> <!-- caffeine -->
<dependency> <dependency>