Added dependency management for nimbus-jose-jwt
See gh-22996
This commit is contained in:
committed by
Andy Wilkinson
parent
0374ed2a0c
commit
0277dce3da
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user