<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-hornetq-protocol</artifactId>
<version>2.39.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-hornetq-protocol', version='2.39.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-protocols</artifactId> <version>2.39.0</version> </parent>
compile
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-hqclient-protocol
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-commons
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine