Skip to content

Commit

Permalink
Added dependency management for nimbus-jose-jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKasene authored and wilkinsona committed Aug 25, 2020
1 parent 0374ed2 commit 0277dce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0277dce

Please sign in to comment.