Skip to content

Commit

Permalink
Add oauth2-oidc-sdk dependency for Kessel (#3217)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-duval authored Dec 17, 2024
1 parent 3d93b0e commit fc5a734
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipients-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
<version>${kessel.relationships-client.version}</version>
</dependency>

<!-- oAuth library for the gRPC clients -->
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>${kessel.oauth-client.version}</version>
</dependency>

<!-- Quarkus -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit fc5a734

Please sign in to comment.