mirror of https://github.com/apache/activemq.git
include mqtt transport in rar
This commit is contained in:
parent
0d9eedc658
commit
f1f1233cf3
|
@ -343,6 +343,10 @@
|
|||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-amqp</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-mqtt</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
|
|
Loading…
Reference in New Issue