fix: remove duplicate guava dependency from pom.xml

This commit is contained in:
xGhOsTkiLLeRx 2016-11-18 12:45:47 +01:00
parent a935cf6f06
commit 45ce181c7d
No known key found for this signature in database
GPG Key ID: 94EA4986FA50F11B
1 changed files with 0 additions and 12 deletions

12
pom.xml
View File

@ -298,18 +298,6 @@
<version>2.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>jsr305</artifactId>
<groupId>com.google.code.findbugs</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.drtshock</groupId>
<artifactId>PlayerVaults</artifactId>