From 76b085957b41021aff84429a4dceba99af0a8e04 Mon Sep 17 00:00:00 2001 From: Elise Date: Thu, 19 Mar 2020 11:43:29 -0300 Subject: [PATCH] [WEB-JAVA-5] javax dependency --- WEB-JAVA-5 - Secure API using JWT/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WEB-JAVA-5 - Secure API using JWT/build.gradle b/WEB-JAVA-5 - Secure API using JWT/build.gradle index b1318bf..4e21312 100644 --- a/WEB-JAVA-5 - Secure API using JWT/build.gradle +++ b/WEB-JAVA-5 - Secure API using JWT/build.gradle @@ -15,6 +15,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'io.jsonwebtoken:jjwt:0.9.1' + implementation 'javax.xml.bind:jaxb-api' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } @@ -22,4 +23,4 @@ dependencies { test { useJUnitPlatform() -} +} \ No newline at end of file