gradle: make okhttp optional

This commit is contained in:
Hannes Janetzek 2014-04-02 06:54:54 +02:00
parent 9c4e04c4d6
commit 3f9847f617

View File

@ -5,7 +5,7 @@ configurations { providedCompile }
dependencies {
compile 'org.slf4j:slf4j-api:1.7.6'
compile 'com.squareup.okhttp:okhttp:1.5.2'
providedCompile 'com.squareup.okhttp:okhttp:1.5.2'
providedCompile 'com.google.code.findbugs:annotations:2.0.1'
}