<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit</artifactId>
<version>2.26.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-junit', version='2.26.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.26.0</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- 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
provided
|-- junit:junit
test