Skip to content

Commit

Permalink
Merge pull request #34 from iojw/guava-fix
Browse files Browse the repository at this point in the history
Update build.gradle to prevent guava conflicts
  • Loading branch information
msteiger authored Jan 23, 2017
2 parents 3dab59a + a676e8a commit a12185a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cr-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ dependencies {

testRuntime group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.7'

compile 'com.google.apis:google-api-services-drive:v2-rev193-1.20.0'
compile group: 'com.google.guava', name: 'guava', version: '19.0'
compile ('com.google.apis:google-api-services-drive:v2-rev193-1.20.0'){exclude module: 'guava-jdk5'}
//compile 'com.google.oauth-client:google-oauth-client-java6:1.19.0'
//compile 'com.google.oauth-client:google-oauth-client-jetty:1.19.0'
}
Expand Down

0 comments on commit a12185a

Please sign in to comment.