Skip to content
Snippets Groups Projects
Commit d8bcd48f authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

fix: add missing rest client OIDC filter implementation lib

parent 8a4edb06
No related branches found
No related tags found
1 merge request!34feat(oidc): Switch API from Drupal OAuth to use Keycloak in its place
Pipeline #75240 passed
...@@ -89,6 +89,10 @@ ...@@ -89,6 +89,10 @@
<groupId>io.quarkus</groupId> <groupId>io.quarkus</groupId>
<artifactId>quarkus-oidc-client</artifactId> <artifactId>quarkus-oidc-client</artifactId>
</dependency> </dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-oidc-filter</artifactId>
</dependency>
<!-- Testing dependencies only --> <!-- Testing dependencies only -->
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment