<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-commons</artifactId>
<version>2.39.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-commons', version='2.39.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.39.0</version> </parent>
compile
|-- org.slf4j:slf4j-api:2.0.16
|-- io.netty:netty-buffer:4.1.115.Final
|-- io.netty:netty-common:4.1.115.Final
|-- commons-beanutils:commons-beanutils:1.9.4
provided
|-- org.apache.activemq:artemis-log-annotation-processor:2.39.0
test
|-- org.apache.logging.log4j:log4j-slf4j2-impl:2.24.2
|-- org.junit.jupiter:junit-jupiter-api:5.11.3