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