summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-10-27 17:59:34 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-10-27 17:59:34 +0200
commitc93aa5e16d65fc6185cfb4519d211eb627da2b21 (patch)
tree254b3c465afd54e246fb0929070f777b9596b181 /container-test
parent5259f39f086f4ff8b71a29064830424b45ef3d0b (diff)
Revert "Upgrade Jetty from 9.4.49 to 11.0.12"
This reverts commit c095cbbf433760100e6d1bf04d88b2f6b1b710e8.
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml20
1 files changed, 4 insertions, 16 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index e0ff7f62e93..32a64a98b9e 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -113,8 +113,8 @@
<!-- START JETTY embedded jars -->
<dependency>
- <groupId>org.eclipse.jetty.http2</groupId>
- <artifactId>http2-common</artifactId>
+ <groupId>org.eclipse.jetty.alpn</groupId>
+ <artifactId>alpn-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
@@ -126,19 +126,11 @@
</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-http</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-io</artifactId>
+ <artifactId>jetty-continuation</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -154,11 +146,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.toolchain</groupId>
- <artifactId>jetty-jakarta-servlet-api</artifactId>
+ <artifactId>jetty-servlets</artifactId>
</dependency>
<!-- END JETTY embedded jars -->
</dependencies>