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
committerMatthias Sohn <matthias.sohn@sap.com>2017-03-06 23:30:40 +0100
commite05caf91f1df86a95d3e0454000d345bb90a415e (patch)
treed382945b213962d755de36b4f8bf44ce3304dbf4 /org.eclipse.jgit.junit.http/pom.xml
parent14cad02916c4fb49f5a249ce4aaa821af9c85fb3 (diff)
downloadjgit-e05caf91f1df86a95d3e0454000d345bb90a415e.tar.gz
jgit-e05caf91f1df86a95d3e0454000d345bb90a415e.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> (cherry picked from commit 5e8e2179b218ede7d14b69dc5149b0691b5859cf)
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 d99e68c9aa..f6de0984df 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>