Revert to Guava 17's firstNonNull.

Deprecated but Spigot doesn't include guava18 yet.
This commit is contained in:
wizjany
2015-11-13 20:17:56 -05:00
parent 0e200df5be
commit bed8a80894
6 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@ dependencies {
compile 'de.schlichtherle:truezip:6.8.3'
compile 'rhino:js:1.7R2'
compile 'org.yaml:snakeyaml:1.9'
compile 'com.google.guava:guava:18.0'
compile 'com.google.guava:guava:17.0'
compile 'com.sk89q:jchronic:0.2.4a'
compile 'com.google.code.findbugs:jsr305:1.3.9'
compile 'com.thoughtworks.paranamer:paranamer:2.6'