This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new 45784af465 TOMEE-4057 - Align jetty with the version used in cxf
45784af465 is described below
commit 45784af465e6b242de33966b62847d65f6d9ae23
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Oct 6 14:57:37 2022 +0200
TOMEE-4057 - Align jetty with the version used in cxf
---
pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9aee871e77..db8cf754ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1074,6 +1074,16 @@
<artifactId>jetty-security</artifactId>
<version>${jetty.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlets</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>