Skip to content

Commit 77f1e37

Browse files
committed
Add dependency management for OAuth2 OIDC SDK
Closes gh-20974
1 parent ad1248e commit 77f1e37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,13 @@ bom {
12781278
]
12791279
}
12801280
}
1281+
library("OAuth2 OIDC SDK", "7.1.1") {
1282+
group("com.nimbusds") {
1283+
modules = [
1284+
"oauth2-oidc-sdk"
1285+
]
1286+
}
1287+
}
12811288
library("OJDBC", "19.3.0.0") {
12821289
group("com.oracle.ojdbc") {
12831290
modules = [

0 commit comments

Comments
 (0)