<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-hornetq</artifactId>
<version>2.0.0.Alpha2</version>
</dependency>
implementation 'org.switchyard.components:switchyard-component-test-mixin-hornetq:2.0.0.Alpha2'
implementation("org.switchyard.components:switchyard-component-test-mixin-hornetq:2.0.0.Alpha2")
libraryDependencies += "org.switchyard.components" % "switchyard-component-test-mixin-hornetq" % "2.0.0.Alpha2"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-test-mixin-hornetq', version='2.0.0.Alpha2')
)
<dependency org="org.switchyard.components" name="switchyard-component-test-mixin-hornetq" rev="2.0.0.Alpha2" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-test-parent</artifactId> <version>2.0.0.Alpha2</version> </parent>
compile
|-- org.switchyard.components:switchyard-component-test-mixin-naming
|-- javax.jms:jms
|-- org.hornetq:hornetq-core-client
|-- org.hornetq:hornetq-jms-client
|-- org.hornetq:hornetq-server
|-- org.hornetq:hornetq-jms-server
|-- io.netty:netty