<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-maven-plugin</artifactId>
<version>2.15.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-maven-plugin', version='2.15.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.15.0</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.3.3
|-- org.apache.maven:maven-artifact:3.3.3
|-- org.apache.maven:maven-project:2.0.8
|-- org.eclipse.aether:aether-api:1.0.2.v20150114
|-- org.apache.activemq:artemis-boot
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-jms-client
|-- org.apache.activemq:artemis-cli
|-- org.apache.geronimo.specs:geronimo-jms_2.0_spec
|-- com.google.errorprone:error_prone_core
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.4