<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-client-oidc-token-propagation-deployment</artifactId>
<version>3.10.1</version>
</dependency>
implementation 'io.quarkus:quarkus-resteasy-client-oidc-token-propagation-deployment:3.10.1'
implementation("io.quarkus:quarkus-resteasy-client-oidc-token-propagation-deployment:3.10.1")
libraryDependencies += "io.quarkus" % "quarkus-resteasy-client-oidc-token-propagation-deployment" % "3.10.1"
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy-client-oidc-token-propagation-deployment', version='3.10.1')
)
<dependency org="io.quarkus" name="quarkus-resteasy-client-oidc-token-propagation-deployment" rev="3.10.1" />
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-client-oidc-token-propagation-parent</artifactId> <version>3.10.1</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