Skip to content

Commit b74af04

Browse files
committed
feature: move gradle dependencies into build.gradle
1 parent a5f9f3e commit b74af04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ dependencies {
8282
implementation 'org.springframework.boot:spring-boot-starter-actuator'
8383
implementation 'org.hibernate.validator:hibernate-validator'
8484
implementation 'org.springframework.boot:spring-boot-starter-opentelemetry'
85-
implementation 'io.jsonwebtoken:jjwt:0.13.0'
86-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8785

88-
testImplementation(platform('org.junit:junit-bom:5.13.4'))
89-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
86+
87+
// Jwt token
88+
implementation 'io.jsonwebtoken:jjwt:0.13.0'
9089
}

0 commit comments

Comments
 (0)