<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client-jakarta</artifactId>
<version>5.18.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-client-jakarta', version='5.18.3')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.18.3</version> </parent>
compile
|-- jakarta.jms:jakarta.jms-api
|-- org.fusesource.hawtbuf:hawtbuf
provided
|-- org.apache.activemq:activemq-client
|-- org.jmdns:jmdns
|-- com.thoughtworks.xstream:xstream
test
|-- junit:junit