Commit 82e1eca0 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #22996 from ThomasKasene

* gh-22996:
  Polish "Added dependency management for nimbus-jose-jwt"
  Added dependency management for nimbus-jose-jwt

Closes gh-22996
parents 0374ed2a 858e1948
......@@ -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 = [
......
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