This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
     new 144a02a494 [CXF-9157]remove jetty server from rs-sse-undertow
144a02a494 is described below

commit 144a02a494b07465cb569994f7952378227913f7
Author: Freeman Fang <[email protected]>
AuthorDate: Mon Aug 18 11:12:01 2025 -0400

    [CXF-9157]remove jetty server from rs-sse-undertow
    
    (cherry picked from commit c07d015d46fa505fbcc91a118bb457ee41345ec9)
---
 systests/rs-sse/rs-sse-undertow/pom.xml                              | 5 -----
 .../cxf/systest/jaxrs/sse/undertow/AbstractUndertowServer.java       | 3 ---
 2 files changed, 8 deletions(-)

diff --git a/systests/rs-sse/rs-sse-undertow/pom.xml 
b/systests/rs-sse/rs-sse-undertow/pom.xml
index 83e477220a..15896204c5 100644
--- a/systests/rs-sse/rs-sse-undertow/pom.xml
+++ b/systests/rs-sse/rs-sse-undertow/pom.xml
@@ -61,10 +61,5 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
diff --git 
a/systests/rs-sse/rs-sse-undertow/src/test/java/org/apache/cxf/systest/jaxrs/sse/undertow/AbstractUndertowServer.java
 
b/systests/rs-sse/rs-sse-undertow/src/test/java/org/apache/cxf/systest/jaxrs/sse/undertow/AbstractUndertowServer.java
index b816ce1004..6185bbd3e0 100644
--- 
a/systests/rs-sse/rs-sse-undertow/src/test/java/org/apache/cxf/systest/jaxrs/sse/undertow/AbstractUndertowServer.java
+++ 
b/systests/rs-sse/rs-sse-undertow/src/test/java/org/apache/cxf/systest/jaxrs/sse/undertow/AbstractUndertowServer.java
@@ -83,9 +83,6 @@ public abstract class AbstractUndertowServer extends 
AbstractBusTestServerBase {
         }
     }
 
-    protected void configureServer(org.eclipse.jetty.server.Server theserver) 
throws Exception {
-
-    }
 
     public void tearDown() throws Exception {
         super.tearDown();

Reply via email to