Skip to content

Commit

Permalink
Downgrade Guava for Java 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
HackAttack committed May 18, 2017
1 parent 126d754 commit 3028bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
compile 'org.codehaus.groovy:groovy-json:2.4.7'
compile 'org.codehaus.groovy:groovy-xml:2.4.7'
compile 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
compile 'com.google.guava:guava:21.0'
compile 'com.google.guava:guava:20.0'
testCompile 'junit:junit:4.12'
testCompile 'com.github.tomakehurst:wiremock:2.2.1'
testRuntime 'org.slf4j:slf4j-nop:1.7.16'
Expand Down

0 comments on commit 3028bdf

Please sign in to comment.