Commit 7be7154 1 parent e544340 commit 7be7154 Copy full SHA for 7be7154
File tree 2 files changed +5
-5
lines changed
013-quarkus-oidc-restclient
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
</dependency >
31
31
<dependency >
32
32
<groupId >io.quarkus</groupId >
33
- <artifactId >quarkus-oidc -client-filter</artifactId >
33
+ <artifactId >quarkus-resteasy -client-oidc -filter</artifactId >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >io.quarkus</groupId >
37
- <artifactId >quarkus-oidc-token-propagation</artifactId >
37
+ <artifactId >quarkus-resteasy-client- oidc-token-propagation</artifactId >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >org.keycloak</groupId >
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ quarkus.oidc-client.test-user.grant-options.password.password=test-user
28
28
29
29
# RestClient
30
30
io.quarkus.qe.ping.clients.PongClient/mp-rest/url =http://localhost:8081
31
- io.quarkus.qe.ping.clients.PongClient/mp-rest/scope =javax .inject.Singleton
31
+ io.quarkus.qe.ping.clients.PongClient/mp-rest/scope =jakarta .inject.Singleton
32
32
33
33
io.quarkus.qe.ping.clients.ReactivePongClient/mp-rest/url =http://localhost:8081
34
- io.quarkus.qe.ping.clients.ReactivePongClient/mp-rest/scope =javax .inject.Singleton
34
+ io.quarkus.qe.ping.clients.ReactivePongClient/mp-rest/scope =jakarta .inject.Singleton
35
35
36
36
io.quarkus.qe.ping.clients.LookupAuthorizationPongClient/mp-rest/url =http://localhost:8081
37
- io.quarkus.qe.ping.clients.LookupAuthorizationPongClient/mp-rest/scope =javax .inject.Singleton
37
+ io.quarkus.qe.ping.clients.LookupAuthorizationPongClient/mp-rest/scope =jakarta .inject.Singleton
38
38
39
39
io.quarkus.qe.ping.clients.AutoAcquireTokenPongClient/mp-rest/url =http://localhost:8081
40
40
You can’t perform that action at this time.
0 commit comments