mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Add dependency management for OAuth2 OIDC SDK
Closes gh-20974
This commit is contained in:
@@ -1278,6 +1278,13 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("OAuth2 OIDC SDK", "7.1.1") {
|
||||
group("com.nimbusds") {
|
||||
modules = [
|
||||
"oauth2-oidc-sdk"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("OJDBC", "19.3.0.0") {
|
||||
group("com.oracle.ojdbc") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user