You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/10/06 12:54:07 UTC

[tomee] branch tomee-8.x updated: TOMEE-4057 - Align jetty with the version used in cxf

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 e2ecce1548 TOMEE-4057 - Align jetty with the version used in cxf
e2ecce1548 is described below

commit e2ecce15483d1a738530e0f3c3db97115a632a85
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Thu Oct 6 14:53:52 2022 +0200

    TOMEE-4057 - Align jetty with the version used in cxf
---
 pom.xml                                  | 2 +-
 tck/microprofile-tck/rest-client/pom.xml | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb5e118495..9aee871e77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
     <cxf.version>3.4.8</cxf.version>
     <ehcache.version>2.10.6</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
-    <jetty.version>7.6.9.v20130131</jetty.version>
+    <jetty.version>9.4.49.v20220914</jetty.version>
     <pax-url.version>1.3.5</pax-url.version>
     <aether.version>1.13.1</aether.version>
     <maven.version>3.0.5</maven.version>
diff --git a/tck/microprofile-tck/rest-client/pom.xml b/tck/microprofile-tck/rest-client/pom.xml
index 84239b2a75..48d9f3e768 100644
--- a/tck/microprofile-tck/rest-client/pom.xml
+++ b/tck/microprofile-tck/rest-client/pom.xml
@@ -163,49 +163,41 @@
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-server</artifactId>
-      <version>9.2.22.v20170606</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-http</artifactId>
-      <version>9.2.22.v20170606</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-io</artifactId>
-      <version>9.2.22.v20170606</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-security</artifactId>
-      <version>9.2.22.v20170606</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-servlet</artifactId>
-      <version>9.2.22.v20170606</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-servlets</artifactId>
-      <version>9.2.22.v20170606</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-webapp</artifactId>
-      <version>9.2.22.v20170606</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>9.2.22.v20170606</version>
       <scope>test</scope>
     </dependency>