<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-mqtt-protocol</artifactId>
<version>2.23.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-mqtt-protocol', version='2.23.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-protocols</artifactId> <version>2.23.1</version> </parent>
compile
|-- org.jboss.logging:jboss-logging-processor
|-- org.jboss.logging:jboss-logging-annotations
|-- org.jboss.logging:jboss-logging
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-journal
test
|-- org.apache.activemq:artemis-junit
|-- junit:junit
|-- org.eclipse.paho:org.eclipse.paho.client.mqttv3
|-- org.eclipse.paho:org.eclipse.paho.mqttv5.client
|-- com.github.javafaker:javafaker:0.15