diff options
author | Mat Booth <mat.booth@redhat.com> | 2017-05-11 15:46:50 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-11 22:04:41 +0200 |
commit | 33bbbc3c77eeee37a7b3d233f3c7be904948c5e7 (patch) | |
tree | de1272197469b806baf6e24f2f8671ea30039c80 /org.eclipse.jgit.http.test | |
parent | 2244078e87d4b81b7cff78b307ff757dcb6ac285 (diff) | |
download | jgit-33bbbc3c77eeee37a7b3d233f3c7be904948c5e7.tar.gz jgit-33bbbc3c77eeee37a7b3d233f3c7be904948c5e7.zip |
Update jetty to 9.4.5
* Adapt to API removals in jetty 9.4+
* Manifests changed to restrict jetty to [9.4.5,10.0.0)
Bug: 514336
Bug: 516514
Change-Id: Ifcfd968084dfa6db0ae07cf541d33a6cdedc1ee2
Signed-off-by: Mat Booth <mat.booth@redhat.com>
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 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF index a7f7169755..22c6ca8669 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -8,20 +8,20 @@ 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.eclipse.jetty.continuation;version="[9.0.0,9.4.0)", - org.eclipse.jetty.http;version="[9.0.0,9.4.0)", - org.eclipse.jetty.io;version="[9.0.0,9.4.0)", - org.eclipse.jetty.security;version="[9.0.0,9.4.0)", - org.eclipse.jetty.security.authentication;version="[9.0.0,9.4.0)", - org.eclipse.jetty.server;version="[9.0.0,9.4.0)", - org.eclipse.jetty.server.handler;version="[9.0.0,9.4.0)", - org.eclipse.jetty.server.nio;version="[9.0.0,9.4.0)", - org.eclipse.jetty.servlet;version="[9.0.0,9.4.0)", - org.eclipse.jetty.util;version="[9.0.0,9.4.0)", - org.eclipse.jetty.util.component;version="[9.0.0,9.4.0)", - org.eclipse.jetty.util.log;version="[9.0.0,9.4.0)", - org.eclipse.jetty.util.security;version="[9.0.0,9.4.0)", - org.eclipse.jetty.util.thread;version="[9.0.0,9.4.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)", + org.eclipse.jetty.security;version="[9.4.5,10.0.0)", + org.eclipse.jetty.security.authentication;version="[9.4.5,10.0.0)", + org.eclipse.jetty.server;version="[9.4.5,10.0.0)", + org.eclipse.jetty.server.handler;version="[9.4.5,10.0.0)", + org.eclipse.jetty.server.nio;version="[9.4.5,10.0.0)", + org.eclipse.jetty.servlet;version="[9.4.5,10.0.0)", + org.eclipse.jetty.util;version="[9.4.5,10.0.0)", + org.eclipse.jetty.util.component;version="[9.4.5,10.0.0)", + org.eclipse.jetty.util.log;version="[9.4.5,10.0.0)", + org.eclipse.jetty.util.security;version="[9.4.5,10.0.0)", + org.eclipse.jetty.util.thread;version="[9.4.5,10.0.0)", org.eclipse.jgit.errors;version="[4.8.0,4.9.0)", org.eclipse.jgit.http.server;version="[4.8.0,4.9.0)", org.eclipse.jgit.http.server.glue;version="[4.8.0,4.9.0)", |