From d1d684d3483f67874179bd779d4449706646f812 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Thu, 24 Oct 2013 17:42:00 -0500 Subject: [PATCH] Remove unused dependency --- astrid/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/astrid/build.gradle b/astrid/build.gradle index c2fc1690e..203206963 100644 --- a/astrid/build.gradle +++ b/astrid/build.gradle @@ -71,7 +71,6 @@ dependencies { compile group: 'com.google.guava', name: 'guava', version: '11.0.1', transitive: false compile group: 'com.google.code.gson', name: 'gson', version: '1.7.1', transitive: false - compile group: 'org.codehaus.jackson', name: 'jackson-core-asl', version: '1.6.7', transitive: false compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.1.1', transitive: false compile group: 'com.google.api-client', name: 'google-api-client', version: '1.6.0-beta', transitive: false compile group: 'com.google.api-client', name: 'google-api-client-extensions', version: '1.6.0-beta', transitive: false