diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-08-30 02:17:51 +0200 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-09-01 11:03:18 +0900 |
commit | 0b75d0f0f18f386500acd96a672a685d8622ca18 (patch) | |
tree | c44c80d16e412acfd74b0c13c05aee5eb1a6d49c /org.eclipse.jgit.http.test | |
parent | 8abb47b2967d914ebde30fbc2da6e57f88aeb726 (diff) | |
download | jgit-0b75d0f0f18f386500acd96a672a685d8622ca18.tar.gz jgit-0b75d0f0f18f386500acd96a672a685d8622ca18.zip |
Add org.apache.commons.codec 1.9.0 to target platform
This is needed to run tests in org.eclipse.jgit.http.test from Eclipse.
The change 7ac1bfc8 which added this dependency to
org.eclipse.jgit.http.test was already merged.
Restrict dependency to org.apache.commons.codec to the
version range [1.6.0,2.0.0).
CQ: 14048
Change-Id: I461a5f6bfc114757061d68992f9bc7ab38622328
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test')
-rw-r--r-- | org.eclipse.jgit.http.test/META-INF/MANIFEST.MF | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF index 08bd0ef14f..6bb401bc99 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -8,8 +8,8 @@ Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: javax.servlet;version="[2.5.0,3.2.0)", javax.servlet.http;version="[2.5.0,3.2.0)", - org.apache.commons.codec;version="1.6.0", - org.apache.commons.codec.binary;version="1.6.0", + org.apache.commons.codec;version="[1.6.0, 2.0.0)", + org.apache.commons.codec.binary;version="[1.6.0, 2.0.0)", org.eclipse.jetty.continuation;version="[9.4.5,10.0.0)", org.eclipse.jetty.http;version="[9.4.5,10.0.0)", org.eclipse.jetty.io;version="[9.4.5,10.0.0)", |