Skip to content

Commit

Permalink
feat(jans-keycloak-integration): spi bundle #8614
Browse files Browse the repository at this point in the history
* additions to the spi bundle pom file

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
  • Loading branch information
uprightech committed Jun 18, 2024
1 parent 2367adb commit a839e12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jans-keycloak-integration/spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
<artifactId>commons-dbcp2</artifactId>
<version>2.12.0</version>
</dependency>

<!-- nimbus dependencies -->
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
</dependency>
<!-- end nimbus dependencies -->
</dependencies>

<build>
Expand Down

0 comments on commit a839e12

Please sign in to comment.