<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-sql</artifactId>
<version>3.0.0-RC2</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-sql:3.0.0-RC2'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-sql:3.0.0-RC2")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-sql" % "3.0.0-RC2"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-sql', version='3.0.0-RC2')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-sql" rev="3.0.0-RC2" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>3.0.0-RC2</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-sql
|-- io.quarkus:quarkus-resteasy
|-- io.quarkus:quarkus-resteasy-jackson
|-- io.quarkus:quarkus-jdbc-${cq.sqlJdbcKind}
|-- org.apache.camel.quarkus:camel-quarkus-direct
|-- org.apache.camel.quarkus:camel-quarkus-jta
test
|-- io.rest-assured:rest-assured
|-- org.apache.camel.quarkus:camel-quarkus-integration-tests-support-sql-derby
|-- org.testcontainers:testcontainers
|-- io.quarkus:quarkus-junit4-mock
|-- org.apache.camel.quarkus:camel-quarkus-integration-test-support