Skip to content

Commit

Permalink
chore: add spring-security-oauth2-jose
Browse files Browse the repository at this point in the history
  • Loading branch information
toneyparky committed Aug 24, 2021
1 parent 2e3f2b7 commit 8938cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions back/cocktailpick-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-security:2.2.1.RELEASE'
implementation 'org.springframework.security:spring-security-oauth2-client:5.2.1.RELEASE'
implementation 'org.springframework.security:spring-security-oauth2-jose'
implementation 'io.jsonwebtoken:jjwt:0.5.1'
runtimeOnly 'com.h2database:h2'
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
Expand Down

0 comments on commit 8938cc0

Please sign in to comment.