diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-25 23:34:24 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-25 23:34:24 +0100 |
commit | 3104629e317ca7e94473e433ff7445cd073e647a (patch) | |
tree | 61f01841d5589fbd6d5b89255bcf5062479942c3 /org.eclipse.jgit.http.test | |
parent | 471951928a82604dd736cac58b5a4442c678597d (diff) | |
download | jgit-3104629e317ca7e94473e433ff7445cd073e647a.tar.gz jgit-3104629e317ca7e94473e433ff7445cd073e647a.zip |
Raise minimum version of o.e.jetty.security to 9.4.0
This is required since we now use AbstractLoginService which was
introduced in Jetty 9.4.0.
Change-Id: Iee6e4ae456123099f7a99cc53c5ae02fd43bfa46
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 753400088e..8e7d3510d7 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -11,8 +11,8 @@ Import-Package: javax.servlet;version="[2.5.0,3.2.0)", org.eclipse.jetty.continuation;version="[9.0.0,10.0.0)", org.eclipse.jetty.http;version="[9.0.0,10.0.0)", org.eclipse.jetty.io;version="[9.0.0,10.0.0)", - org.eclipse.jetty.security;version="[9.0.0,10.0.0)", - org.eclipse.jetty.security.authentication;version="[9.0.0,10.0.0)", + org.eclipse.jetty.security;version="[9.4.0,10.0.0)", + org.eclipse.jetty.security.authentication;version="[9.4.0,10.0.0)", org.eclipse.jetty.server;version="[9.0.0,10.0.0)", org.eclipse.jetty.server.handler;version="[9.0.0,10.0.0)", org.eclipse.jetty.server.nio;version="[9.0.0,10.0.0)", |