diff options
author | Andrey Loskutov <loskutov@gmx.de> | 2017-01-26 16:35:42 +0100 |
---|---|---|
committer | Andrey Loskutov <loskutov@gmx.de> | 2017-01-26 15:30:36 -0400 |
commit | 785686766465cb3c3bc87762f1c4f132bc7904b2 (patch) | |
tree | 266e728af5b54b421c89884a0b059c04110305ba /org.eclipse.jgit.http.apache | |
parent | 635bff2d5033416ca2ce832e96740095bdeba2e7 (diff) | |
download | jgit-785686766465cb3c3bc87762f1c4f132bc7904b2.tar.gz jgit-785686766465cb3c3bc87762f1c4f132bc7904b2.zip |
Remove unused org.apache.http.impl.client.cache requirement
The package is not used by the plugin and seems to be missing in the
platform anyway under some conditions, see bug 508321 (newer
org.apache.httpcomponents.httpclient_4.5.2 does NOT include the package,
org.apache.httpcomponents.httpclient_4.3.6 does).
Change-Id: Ida5d926a611812b5177af651b3cf22f1b2519e02
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-rw-r--r-- | org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF index fc38413cc7..f3dfebabcd 100644 --- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF @@ -20,7 +20,6 @@ Import-Package: org.apache.http;version="[4.3.0,5.0.0)", org.apache.http.conn.ssl;version="[4.3.0,5.0.0)", org.apache.http.entity;version="[4.3.0,5.0.0)", org.apache.http.impl.client;version="[4.3.0,5.0.0)", - org.apache.http.impl.client.cache;version="[4.3.0,5.0.0)", org.apache.http.impl.conn;version="[4.3.0,5.0.0)", org.apache.http.params;version="[4.3.0,5.0.0)", org.eclipse.jgit.nls;version="[4.7.0,4.8.0)", |