Skip to content

Commit 9958ad6

Browse files
committed
Use the correct ActiveMQ version
1 parent 245dd32 commit 9958ad6

File tree

1 file changed

+1
-1
lines changed
  • modules/samples/transport/jms-sample/jmsService

1 file changed

+1
-1
lines changed

modules/samples/transport/jms-sample/jmsService/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.apache.activemq</groupId>
4444
<artifactId>activemq-broker</artifactId>
45-
<version>5.18.2</version>
45+
<version>${activemq.version}</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)