We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f9f3e commit b74af04Copy full SHA for b74af04
build.gradle
@@ -82,9 +82,8 @@ dependencies {
82
implementation 'org.springframework.boot:spring-boot-starter-actuator'
83
implementation 'org.hibernate.validator:hibernate-validator'
84
implementation 'org.springframework.boot:spring-boot-starter-opentelemetry'
85
- implementation 'io.jsonwebtoken:jjwt:0.13.0'
86
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
87
88
- testImplementation(platform('org.junit:junit-bom:5.13.4'))
89
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
+
+ // Jwt token
+ implementation 'io.jsonwebtoken:jjwt:0.13.0'
90
}
0 commit comments