From 56919ab412eb572e3b2dc5849657596f761dc67d Mon Sep 17 00:00:00 2001 From: Marc Beyer Date: Tue, 25 Jan 2022 19:16:58 +0100 Subject: [PATCH] Cleanup --- server/build.gradle | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/server/build.gradle b/server/build.gradle index 6bf44d8..5d8dd3e 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -18,18 +18,12 @@ dependencies { runtimeOnly 'mysql:mysql-connector-java' testImplementation 'org.springframework.boot:spring-boot-starter-test' - // Spring security - //implementation 'org.springframework.boot:spring-boot-starter-security' - //implementation 'org.springframework.security:spring-security-test' - // JSON web token implementation 'io.jsonwebtoken:jjwt-api:0.11.2' runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.2', - // Uncomment the next line if you want to use RSASSA-PSS (PS256, PS384, PS512) algorithms: - //'org.bouncycastle:bcprov-jdk15on:1.60', - 'io.jsonwebtoken:jjwt-jackson:0.11.2' // or 'io.jsonwebtoken:jjwt-gson:0.11.2' for gson + 'io.jsonwebtoken:jjwt-jackson:0.11.2' } test { useJUnitPlatform() -} +} \ No newline at end of file