<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-web</artifactId>
<version>2.19.0</version>
</dependency>
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.19.0</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.apache.activemq:artemis-dto
|-- org.apache.activemq:artemis-cli
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-commons
|-- org.eclipse.jetty.aggregate:jetty-all
provided
|-- org.jboss.logging:jboss-logging-processor
|-- org.jboss.logging:jboss-logging-annotations
|-- com.google.errorprone:error_prone_core
test
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-junit
|-- junit:junit