<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit-5</artifactId>
<version>2.31.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-junit-5', version='2.31.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-junit-parent</artifactId> <version>2.31.1</version> </parent>
compile
|-- org.junit.jupiter:junit-jupiter-api
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-jms-client
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-junit-commons
runtime
|-- org.junit.jupiter:junit-jupiter-engine
test
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.activemq:artemis-unit-test-support