<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-platform-http-proxy-ssl</artifactId>
<version>3.16.0</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-platform-http-proxy-ssl:3.16.0'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-platform-http-proxy-ssl:3.16.0")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-platform-http-proxy-ssl" % "3.16.0"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-platform-http-proxy-ssl', version='3.16.0')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-platform-http-proxy-ssl" rev="3.16.0" />
[org.apache.camel.quarkus/camel-quarkus-integration-test-platform-http-proxy-ssl "3.16.0"]
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>3.16.0</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-platform-http
|-- org.apache.camel.quarkus:camel-quarkus-http
|-- io.quarkus:quarkus-resteasy
|-- org.apache.camel.quarkus:camel-quarkus-integration-wiremock-support
test
|-- io.rest-assured:rest-assured
|-- org.apache.camel.quarkus:camel-quarkus-integration-tests-support-certificate-generator