Merge pull request #859 from timbru31/remove-duplicate-dependency

fix: remove duplicate guava dependency from pom.xml
This commit is contained in:
Trent Hensler 2017-01-13 08:56:53 -08:00 committed by GitHub
commit c9521a7e75
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>