From c4d46a5468b6b3f7b6aaeee33980a13f8d8268e1 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Mon, 17 Oct 2022 13:10:58 +0200 Subject: Upgrade Jetty from 9.4.49 to 11.0.12 --- application/pom.xml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'application/pom.xml') diff --git a/application/pom.xml b/application/pom.xml index 8f9dc7999a0..2f0586145b2 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -139,8 +139,8 @@ - org.eclipse.jetty.alpn - alpn-api + org.eclipse.jetty.http2 + http2-common org.eclipse.jetty.http2 @@ -150,36 +150,44 @@ org.eclipse.jetty jetty-alpn-java-server + + org.eclipse.jetty + jetty-alpn-server + org.eclipse.jetty jetty-client - test org.eclipse.jetty - jetty-continuation - test + jetty-http + + + org.eclipse.jetty + jetty-io org.eclipse.jetty jetty-jmx - test org.eclipse.jetty jetty-server - test org.eclipse.jetty jetty-servlet - test org.eclipse.jetty - jetty-servlets - test + jetty-util + + org.eclipse.jetty.toolchain + jetty-jakarta-servlet-api + + + org.junit.jupiter junit-jupiter-api @@ -190,8 +198,6 @@ junit-jupiter-engine test - - -- cgit v1.2.3