summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2016-01-31 13:33:31 -0500
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>2016-01-31 13:33:31 -0500
commit91c7907c749e1494164c169bb6f150bc2d8a4f9d (patch)
tree265e11508231496aa09642b1a937b427ebb0d9a3
parent9400d0cb17e49999af318689e92b59f5f4d0156a (diff)
parent3a4fd9192899460d0634669bcdbc2b9c30f55c13 (diff)
downloadjgit-91c7907c749e1494164c169bb6f150bc2d8a4f9d.tar.gz
jgit-91c7907c749e1494164c169bb6f150bc2d8a4f9d.zip
Merge "Remove unused dependency to commons logging"
-rw-r--r--org.eclipse.jgit.http.apache/BUCK1
-rw-r--r--org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF3
2 files changed, 1 insertions, 3 deletions
diff --git a/org.eclipse.jgit.http.apache/BUCK b/org.eclipse.jgit.http.apache/BUCK
index f48f33a1ae..3b7a8234f7 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 987162224e..2616526e6c 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)",