<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jdbc-store</artifactId>
<version>2.39.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-jdbc-store', version='2.39.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.39.0</version> </parent>
compile
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-journal
|-- org.apache.activemq:artemis-core-client
|-- commons-beanutils:commons-beanutils
|-- org.apache.commons:commons-dbcp2
provided
test
|-- org.apache.logging.log4j:log4j-slf4j2-impl
|-- org.apache.derby:derbytools
|-- org.junit.jupiter:junit-jupiter-api