[#9292] Update stompjms to 1.27 and new groupId (#1039)

This commit is contained in:
Matt Pavlovich 2023-08-01 08:29:24 -05:00 committed by GitHub
parent b751428ebb
commit 8d322df244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -168,7 +168,7 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fusesource.stompjms</groupId> <groupId>io.hyte.stompjms</groupId>
<artifactId>stompjms-client</artifactId> <artifactId>stompjms-client</artifactId>
<version>${stompjms-version}</version> <version>${stompjms-version}</version>
<scope>test</scope> <scope>test</scope>

View File

@ -34,7 +34,7 @@
<version>2.0.3</version> <version>2.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fusesource.stompjms</groupId> <groupId>io.hyte.stompjms</groupId>
<artifactId>stompjms-client</artifactId> <artifactId>stompjms-client</artifactId>
<version>${stompjms-version}</version> <version>${stompjms-version}</version>
</dependency> </dependency>

View File

@ -106,7 +106,7 @@
<xbean-version>4.23</xbean-version> <xbean-version>4.23</xbean-version>
<xerces-version>2.12.2</xerces-version> <xerces-version>2.12.2</xerces-version>
<jaxb-basics-version>0.12.0</jaxb-basics-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-logging-version>2.1.3</pax-logging-version>
<pax-exam-version>4.13.1</pax-exam-version> <pax-exam-version>4.13.1</pax-exam-version>