<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit-commons</artifactId>
<version>2.31.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-junit-commons', version='2.31.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-junit-parent</artifactId> <version>2.31.0</version> </parent>
compile
|-- org.apache.activemq:artemis-jms-server
|-- org.apache.activemq:artemis-jms-client
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-commons
|-- jakarta.jms:jakarta.jms-api
test