<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-client-oidc-token-propagation-deployment</artifactId>
<version>3.14.4</version>
</dependency>
implementation 'io.quarkus:quarkus-resteasy-client-oidc-token-propagation-deployment:3.14.4'
implementation("io.quarkus:quarkus-resteasy-client-oidc-token-propagation-deployment:3.14.4")
libraryDependencies += "io.quarkus" % "quarkus-resteasy-client-oidc-token-propagation-deployment" % "3.14.4"
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy-client-oidc-token-propagation-deployment', version='3.14.4')
)
<dependency org="io.quarkus" name="quarkus-resteasy-client-oidc-token-propagation-deployment" rev="3.14.4" />
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-client-oidc-token-propagation-parent</artifactId> <version>3.14.4</version> </parent>
compile
|-- io.quarkus:quarkus-resteasy-client-oidc-token-propagation
|-- io.quarkus:quarkus-security-deployment
|-- io.quarkus:quarkus-oidc-client-deployment
|-- io.quarkus:quarkus-resteasy-client-deployment
|-- io.quarkus:quarkus-smallrye-jwt-build-deployment
test
|-- io.quarkus:quarkus-test-oidc-server
|-- io.quarkus:quarkus-resteasy-deployment
|-- io.quarkus:quarkus-oidc-deployment