From 3a4fd9192899460d0634669bcdbc2b9c30f55c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Herrmann?= Date: Sun, 24 Jan 2016 13:47:31 +0100 Subject: [PATCH] Remove unused dependency to commons logging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: RĂ¼diger Herrmann Change-Id: Ibbca0f7023350a5d424b6a5a84a5d11845a8ded7 --- org.eclipse.jgit.http.apache/BUCK | 1 - org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/org.eclipse.jgit.http.apache/BUCK b/org.eclipse.jgit.http.apache/BUCK index f48f33a1a..3b7a8234f 100644 --- a/org.eclipse.jgit.http.apache/BUCK +++ b/org.eclipse.jgit.http.apache/BUCK @@ -4,7 +4,6 @@ java_library( resources = glob(['resources/**']), deps = [ '//org.eclipse.jgit:jgit', - '//lib:commons-logging', '//lib:httpcomponents', '//lib:httpcore', ], diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF index 987162224..2616526e6 100644 --- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF @@ -7,8 +7,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-Localization: plugin Bundle-Vendor: %Provider-Name Bundle-ActivationPolicy: lazy -Import-Package: org.apache.commons.logging;version="[1.1.1,2.0.0)", - org.apache.http;version="[4.1.0,5.0.0)", +Import-Package: org.apache.http;version="[4.1.0,5.0.0)", org.apache.http.client;version="[4.1.0,5.0.0)", org.apache.http.client.methods;version="[4.1.0,5.0.0)", org.apache.http.client.params;version="[4.1.0,5.0.0)",