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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 9958ad67a9 Use the correct ActiveMQ version
9958ad67a9 is described below

commit 9958ad67a9597f0b68e12d727abb96e5cb9413ad
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Mon Apr 1 16:43:17 2024 +0000

    Use the correct ActiveMQ version
---
 modules/samples/transport/jms-sample/jmsService/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml 
b/modules/samples/transport/jms-sample/jmsService/pom.xml
index 7cc00aec7d..5ff5767c02 100644
--- a/modules/samples/transport/jms-sample/jmsService/pom.xml
+++ b/modules/samples/transport/jms-sample/jmsService/pom.xml
@@ -42,7 +42,7 @@
                     <dependency>
                         <groupId>org.apache.activemq</groupId>
                         <artifactId>activemq-broker</artifactId>
-                        <version>5.18.2</version>
+                        <version>${activemq.version}</version>
                     </dependency>
                     <dependency>
                         <groupId>commons-io</groupId>

Reply via email to