Commit e7df0a8b authored by Stephane Nicoll's avatar Stephane Nicoll

Remove dependency management for Nimbus

Closes gh-26819
parent a0cf1eed
......@@ -1284,20 +1284,6 @@ bom {
]
}
}
library("OAuth2 OIDC SDK", "9.3.3") {
group("com.nimbusds") {
modules = [
"oauth2-oidc-sdk"
]
}
}
library("Nimbus JOSE JWT", "9.8.1") {
group("com.nimbusds") {
modules = [
"nimbus-jose-jwt"
]
}
}
library("OJDBC", "19.3.0.0") {
group("com.oracle.ojdbc") {
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