summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-10-27 10:41:16 +0200
committerGitHub <noreply@github.com>2022-10-27 10:41:16 +0200
commitabe8f597b50d5fcfb379c136abc6462044f90e0c (patch)
tree5ccfbdb18b33599a8c4ddb15245e60ba36b445c6 /container-test
parent1b15163ee4186abf57729a07c8946415bc0086d4 (diff)
parent439b1242e595f0cd60ed8f6e1fab48c6bb40fdfa (diff)
Merge pull request #24565 from vespa-engine/bjorncs/jetty
Upgrade Jetty from 9.4.49 to 11.0.12 [run-systemtest]
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>