This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new d828d5eeeb Fixing jax_rs/websocket sample
d828d5eeeb is described below
commit d828d5eeeb3dcdf85832387e5a6fe502f4fd00d7
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Dec 16 16:40:32 2022 -0500
Fixing jax_rs/websocket sample
---
distribution/src/main/release/samples/jax_rs/websocket/pom.xml | 6 ------
1 file changed, 6 deletions(-)
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 e031284997..29b5f8be3e 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
@@ -176,12 +176,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
-
- <!-- add atmosphere -->
- <dependency>
- <groupId>org.atmosphere</groupId>
- <artifactId>atmosphere-runtime</artifactId>
- </dependency>
</dependencies>
<build>