Commit 77f1e37a authored by Andy Wilkinson's avatar Andy Wilkinson

Add dependency management for OAuth2 OIDC SDK

Closes gh-20974
parent ad1248e4
...@@ -1278,6 +1278,13 @@ bom { ...@@ -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") { library("OJDBC", "19.3.0.0") {
group("com.oracle.ojdbc") { group("com.oracle.ojdbc") {
modules = [ modules = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment