<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-openwire-protocol</artifactId>
<version>1.2.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-openwire-protocol', version='1.2.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-protocols</artifactId> <version>1.2.0</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.apache.activemq:activemq-client
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-jms-client
provided