Skip to content

Commit

Permalink
chore : conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
kkangh00n committed Jan 1, 2024
1 parent e177ee5 commit 8db399f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ dependencies {

testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'

//OAuth2.0 Client
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'

//JWT
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
}

tasks.named('test') {
Expand Down

0 comments on commit 8db399f

Please sign in to comment.