Merge pull request #318 from kenzierocks/use-guava-18

Force Guava 18
This commit is contained in:
Wizjany 2015-02-12 18:52:09 -05:00
commit 173f832352
2 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,12 @@ buildscript {
jcenter()
}
configurations.all {
resolutionStrategy {
force 'com.google.guava:guava:18.0'
}
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.0'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1'

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:17.0'
compile 'com.google.guava:guava:18.0'
compile 'com.sk89q:jchronic:0.2.4a'
compile 'com.google.code.findbugs:jsr305:1.3.9'
compile 'com.thoughtworks.paranamer:paranamer:2.6'