Added dependency management for nimbus-jose-jwt

See gh-22996
This commit is contained in:
Thomas Kåsene 2020-08-16 20:16:58 +02:00 committed by Andy Wilkinson
parent 0374ed2a0c
commit 0277dce3da

View File

@ -1265,6 +1265,13 @@ bom {
]
}
}
library("Nimbus Jose JWT", "8.8") {
group("com.nimbusds") {
modules = [
"nimbus-jose-jwt"
]
}
}
library("OJDBC", "19.3.0.0") {
group("com.oracle.ojdbc") {
modules = [