<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-weather</artifactId>
<version>3.15.0</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-weather:3.15.0'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-weather:3.15.0")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-weather" % "3.15.0"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-weather', version='3.15.0')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-weather" rev="3.15.0" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>3.15.0</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-weather
|-- io.quarkus:quarkus-resteasy-jackson
test
|-- io.rest-assured:rest-assured
|-- org.apache.camel.quarkus:camel-quarkus-integration-wiremock-support