Skip to content

Commit

Permalink
Merge pull request #22996 from ThomasKasene
Browse files Browse the repository at this point in the history
* gh-22996:
  Polish "Added dependency management for nimbus-jose-jwt"
  Added dependency management for nimbus-jose-jwt

Closes gh-22996
  • Loading branch information
wilkinsona committed Aug 25, 2020
2 parents 0374ed2 + 858e194 commit 82e1eca
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 82e1eca

Please sign in to comment.