summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.http/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2017-03-25 23:34:24 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2017-03-25 23:34:24 +0100
commit3104629e317ca7e94473e433ff7445cd073e647a (patch)
tree61f01841d5589fbd6d5b89255bcf5062479942c3 /org.eclipse.jgit.junit.http/META-INF
parent471951928a82604dd736cac58b5a4442c678597d (diff)
downloadjgit-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.junit.http/META-INF')
-rw-r--r--org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF
index 09ecf91a8c..9bf3c74941 100644
--- a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF
@@ -11,8 +11,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.logging;version="[1.1.1,2.0.0)",
org.eclipse.jetty.http;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)",