Skip to content

Commit

Permalink
Add comment and a bit more whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Jan 29, 2017
1 parent a12185a commit 7787a98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cr-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ dependencies {
testRuntime group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.7'

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.apis:google-api-services-drive:v2-rev193-1.20.0') {
// This exclusion avoids a dependency clash against newer versions of Guava in projects using the CR
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 7787a98

Please sign in to comment.