<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-openwire-protocol</artifactId>
<version>2.35.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-openwire-protocol', version='2.35.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-protocols</artifactId> <version>2.35.0</version> </parent>
compile
|-- org.apache.activemq:activemq-client
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-jms-client
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-journal
|-- org.apache.activemq:artemis-selector
|-- jakarta.jms:jakarta.jms-api
|-- org.fusesource.hawtbuf:hawtbuf
test
|-- org.apache.logging.log4j:log4j-slf4j2-impl
|-- org.junit.jupiter:junit-jupiter-api