aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
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-11-01 14:31:19 +0100
commitf1bc428759b3b1ef6a17b5dad79d237f5f2f7dbf (patch)
tree17c3e792ba086f8200f52bb51e613361ac203f2e /container-dev
parent2cb0b824c13021c2075f6573ffe8666cdbd83fdc (diff)
Upgrade Jetty from 9.4.49 to 11.0.12
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 0c88531a248..9bbb5591fbf 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -98,8 +98,8 @@
<!-- START JETTY embedded jars -->
<exclusion>
- <groupId>org.eclipse.jetty.alpn</groupId>
- <artifactId>alpn-api</artifactId>
+ <groupId>org.eclipse.jetty.http2</groupId>
+ <artifactId>http2-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty.http2</groupId>
@@ -111,11 +111,19 @@
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-alpn-server</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-continuation</artifactId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
@@ -131,7 +139,11 @@
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlets</artifactId>
+ <artifactId>jetty-util</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty.toolchain</groupId>
+ <artifactId>jetty-jakarta-servlet-api</artifactId>
</exclusion>
<!-- END JETTY embedded jars -->
</exclusions>