Commit 0277dce3 authored by Thomas Kåsene's avatar Thomas Kåsene Committed by Andy Wilkinson

Added dependency management for nimbus-jose-jwt

See gh-22996
parent 0374ed2a
...@@ -1265,6 +1265,13 @@ bom { ...@@ -1265,6 +1265,13 @@ bom {
] ]
} }
} }
library("Nimbus Jose JWT", "8.8") {
group("com.nimbusds") {
modules = [
"nimbus-jose-jwt"
]
}
}
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