summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.http/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2017-01-26 01:03:16 +0100
committerDavid Pursehouse <david.pursehouse@gmail.com>2017-02-19 20:04:40 -0400
commit5e8e2179b218ede7d14b69dc5149b0691b5859cf (patch)
treeb8519d77c5371a582f2c434a9ec83676fa9bfc77 /org.eclipse.jgit.junit.http/pom.xml
parent0a4cf573d345e9509b689af141f4dbfa1f63dc3b (diff)
downloadjgit-5e8e2179b218ede7d14b69dc5149b0691b5859cf.tar.gz
jgit-5e8e2179b218ede7d14b69dc5149b0691b5859cf.zip
Update Jetty to 9.4.1.v20170120
MappedLoginService is no longer available in Jetty 9.4 therefore base TestLoginService on AbstractLoginService. Apparently Jetty now uses slf4j hence adapt RecordingLogger accordingly so we can log error messages containing slf4j style formatting anchors "{}". Change-Id: Ibb36aba8782882936849b6102001a88b699bb65c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit.http/pom.xml')
-rw-r--r--org.eclipse.jgit.junit.http/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.junit.http/pom.xml b/org.eclipse.jgit.junit.http/pom.xml
index 6a9464498b..abfe04380f 100644
--- a/org.eclipse.jgit.junit.http/pom.xml
+++ b/org.eclipse.jgit.junit.http/pom.xml
@@ -93,6 +93,11 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-security</artifactId>
+ </dependency>
</dependencies>
<build>