<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-web</artifactId>
<version>2.31.2</version>
</dependency>
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.31.2</version> </parent>
compile
|-- org.apache.activemq:artemis-dto
|-- org.apache.activemq:artemis-cli
|-- org.apache.activemq:artemis-commons
|-- org.eclipse.jetty.toolchain:jetty-servlet-api
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-webapp
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-util
provided
|-- org.apache.activemq:artemis-log-annotation-processor
test
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:activemq-artemis-native
|-- org.apache.activemq:artemis-unit-test-support
|-- junit:junit
|-- org.apache.johnzon:johnzon-core
|-- jakarta.json:jakarta.json-api