This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 8d322df244 [#9292] Update stompjms to 1.27 and new groupId (#1039)
8d322df244 is described below
commit 8d322df244a6b4d8239f3b24608851eea6cf45ac
Author: Matt Pavlovich <[email protected]>
AuthorDate: Tue Aug 1 08:29:24 2023 -0500
[#9292] Update stompjms to 1.27 and new groupId (#1039)
---
activemq-amqp/pom.xml | 2 +-
assembly/src/release/examples/stomp/java/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml
index 996512d7f6..c4173037d3 100644
--- a/activemq-amqp/pom.xml
+++ b/activemq-amqp/pom.xml
@@ -168,7 +168,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.fusesource.stompjms</groupId>
+ <groupId>io.hyte.stompjms</groupId>
<artifactId>stompjms-client</artifactId>
<version>${stompjms-version}</version>
<scope>test</scope>
diff --git a/assembly/src/release/examples/stomp/java/pom.xml
b/assembly/src/release/examples/stomp/java/pom.xml
index a52ff14e0e..924a4da582 100644
--- a/assembly/src/release/examples/stomp/java/pom.xml
+++ b/assembly/src/release/examples/stomp/java/pom.xml
@@ -34,7 +34,7 @@
<version>2.0.3</version>
</dependency>
<dependency>
- <groupId>org.fusesource.stompjms</groupId>
+ <groupId>io.hyte.stompjms</groupId>
<artifactId>stompjms-client</artifactId>
<version>${stompjms-version}</version>
</dependency>
diff --git a/pom.xml b/pom.xml
index fa044c1c93..f39f58ddf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
<xbean-version>4.23</xbean-version>
<xerces-version>2.12.2</xerces-version>
<jaxb-basics-version>0.12.0</jaxb-basics-version>
- <stompjms-version>1.19</stompjms-version>
+ <stompjms-version>1.27</stompjms-version>
<pax-logging-version>2.1.3</pax-logging-version>
<pax-exam-version>4.13.1</pax-exam-version>