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 18599e4dc2 Fixing jms_pubsub
18599e4dc2 is described below

commit 18599e4dc283e4de4d49933e13ff17fd09c61365
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Dec 14 21:14:59 2022 -0500

    Fixing jms_pubsub
---
 distribution/src/main/release/samples/jms_pubsub/pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/distribution/src/main/release/samples/jms_pubsub/pom.xml 
b/distribution/src/main/release/samples/jms_pubsub/pom.xml
index 88c8097cf0..65abe800bc 100644
--- a/distribution/src/main/release/samples/jms_pubsub/pom.xml
+++ b/distribution/src/main/release/samples/jms_pubsub/pom.xml
@@ -137,24 +137,14 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>4.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>4.0.0-SNAPSHOT</version>
         </dependency>
-        
         <dependency>
             <groupId>org.apache.activemq</groupId>
-            <artifactId>artemis-cli</artifactId>
-            <version>${cxf.activemq.artemis.version}</version>
+            <artifactId>artemis-jakarta-server</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>artemis-openwire-protocol</artifactId>
-            <version>${cxf.activemq.artemis.version}</version>
-        </dependency>
-
     </dependencies>
 </project>

Reply via email to