Skip to content

Commit 95a54b1

Browse files
committed
hotfix: build.gradle 수정
1 parent 848b62a commit 95a54b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ dependencies {
4141
implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
4242
implementation 'io.jsonwebtoken:jjwt-impl:0.12.3'
4343
implementation 'io.jsonwebtoken:jjwt-jackson:0.12.3'
44+
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.3'
45+
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.3'
4446

4547
// validation
4648
implementation 'org.springframework.boot:spring-boot-starter-validation'

0 commit comments

Comments
 (0)