diff --git a/pom.xml b/pom.xml index b570d5b..4510867 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,11 @@ org.springframework.boot spring-boot-starter-web + + io.jsonwebtoken + jjwt + 0.12.6 + org.springframework.boot @@ -64,6 +69,12 @@ spring-security-test test + + org.junit.jupiter + junit-jupiter-api + 5.12.2 + test +