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

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

commit 1518efb8ccb30cf1878d18b6573c7616b5d28c78
Author: Andriy Redko <drr...@gmail.com>
AuthorDate: Wed Dec 7 16:34:14 2022 -0500

    Replaced jetty/websocket-server with correct jetty / websocket-jetty-server 
artifact
---
 distribution/javadoc/pom.xml                                    | 2 +-
 distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml    | 2 +-
 distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml | 2 +-
 distribution/src/main/release/samples/jax_rs/websocket/pom.xml  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 6c41fdacff..d805054d5b 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -485,7 +485,7 @@
         </dependency>
         <dependency>
             <groupId>org.eclipse.jetty.websocket</groupId>
-            <artifactId>websocket-server</artifactId>
+            <artifactId>websocket-jetty-server</artifactId>
             <version>${cxf.jetty10.version}</version>
         </dependency>
         <dependency>
diff --git a/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml 
b/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml
index 36e07cfcf6..edbac589cd 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml
@@ -80,7 +80,7 @@
 
         <dependency>
             <groupId>org.eclipse.jetty.websocket</groupId>
-            <artifactId>websocket-server</artifactId>
+            <artifactId>websocket-jetty-server</artifactId>
             <version>${cxf.jetty10.version}</version>
         </dependency>
         
diff --git a/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml 
b/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml
index f68760a2d2..e99ea34ee1 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml
@@ -57,7 +57,7 @@
 
         <dependency>
             <groupId>org.eclipse.jetty.websocket</groupId>
-            <artifactId>websocket-server</artifactId>
+            <artifactId>websocket-jetty-server</artifactId>
             <version>${cxf.jetty10.version}</version>
         </dependency>
         
diff --git a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml 
b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
index edad303bac..babedfd06a 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
@@ -63,7 +63,7 @@
                 <!-- jetty9 websocket -->
                 <dependency>
                     <groupId>org.eclipse.jetty.websocket</groupId>
-                    <artifactId>websocket-server</artifactId>
+                    <artifactId>websocket-jetty-server</artifactId>
                     <version>${cxf.jetty10.version}</version>
                     <exclusions>
                         <exclusion>

Reply via email to