mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-20 01:25:41 +01:00
fix accidentally marking guava as compile in the previous commit
This commit is contained in:
parent
03a93b1186
commit
612712f015
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user