Skip to content

Commit

Permalink
chore(infra): `Needless blank line(s) (standard:no-consecutive-blank-…
Browse files Browse the repository at this point in the history
…lines)`
  • Loading branch information
bas-kirill committed Jul 22, 2024
1 parent 2f4dfaf commit 9d65403
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ dependencies {
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-security")

implementation("io.jsonwebtoken:jjwt-api:0.11.5")
implementation("io.jsonwebtoken:jjwt-impl:0.11.5")
implementation("io.jsonwebtoken:jjwt-jackson:0.11.5")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
implementation(kotlin("stdlib-jdk8"))
}
Expand Down

0 comments on commit 9d65403

Please sign in to comment.