<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-messaging-sjms</artifactId>
<version>3.17.0</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-tests-support-messaging-sjms:3.17.0'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-tests-support-messaging-sjms:3.17.0")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-tests-support-messaging-sjms" % "3.17.0"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-tests-support-messaging-sjms', version='3.17.0')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-tests-support-messaging-sjms" rev="3.17.0" />
[org.apache.camel.quarkus/camel-quarkus-integration-tests-support-messaging-sjms "3.17.0"]
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests-support-messaging</artifactId> <version>3.17.0</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-bean
|-- org.apache.camel.quarkus:camel-quarkus-direct
|-- org.apache.camel.quarkus:camel-quarkus-sjms
|-- org.apache.camel.quarkus:camel-quarkus-integration-tests-support-messaging-common
test
|-- io.rest-assured:rest-assured
|-- org.apache.camel.quarkus:camel-quarkus-integration-tests-support-messaging-common