summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-10-17 13:10:58 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-10-28 13:08:57 +0200
commitc4d46a5468b6b3f7b6aaeee33980a13f8d8268e1 (patch)
tree0b0ea8613bde024a842e3cfaae255b19d4811dba /container-test
parenteb9a7717a0dc3bca7b6618a9a70f26f01a4c9725 (diff)
Upgrade Jetty from 9.4.49 to 11.0.12
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 32a64a98b9e..e0ff7f62e93 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -113,8 +113,8 @@
<!-- START JETTY embedded jars -->
<dependency>
- <groupId>org.eclipse.jetty.alpn</groupId>
- <artifactId>alpn-api</artifactId>
+ <groupId>org.eclipse.jetty.http2</groupId>
+ <artifactId>http2-common</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
@@ -126,11 +126,19 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-alpn-server</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-continuation</artifactId>
+ <artifactId>jetty-http</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -146,7 +154,11 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlets</artifactId>
+ <artifactId>jetty-util</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty.toolchain</groupId>
+ <artifactId>jetty-jakarta-servlet-api</artifactId>
</dependency>
<!-- END JETTY embedded jars -->
</dependencies>