Skip to content

Commit

Permalink
chore: build.gradle ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Jul 29, 2024
1 parent 6740a35 commit 00a741c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,16 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
<<<<<<< HEAD

implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
=======
// 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'
//aws
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'
>>>>>>> d97bc452c9da72e8ea20b5bb705e571f4bdf856d
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
}

Expand Down

0 comments on commit 00a741c

Please sign in to comment.