mirror of https://github.com/apache/activemq.git
parent
b751428ebb
commit
8d322df244
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
2
pom.xml
2
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>
|
||||
|
|
Loading…
Reference in New Issue