From 3f9847f61771284c726c70c982a4e396dd83a3da Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Wed, 2 Apr 2014 06:54:54 +0200 Subject: [PATCH] gradle: make okhttp optional --- vtm/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtm/build.gradle b/vtm/build.gradle index 6f148d81..6df7c204 100644 --- a/vtm/build.gradle +++ b/vtm/build.gradle @@ -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' }