From bbfe62480919aab844f0634c4e85165d2f73c6ed Mon Sep 17 00:00:00 2001
From: MyTestPerson <71965102+MyTestPerson@users.noreply.github.com>
Date: Wed, 17 Aug 2022 03:19:28 +1100
Subject: [PATCH] Update pom.xml
Update -v
---
JWT-Demo/pom.xml | 108 +++++++++++++++++++++++++----------------------
1 file changed, 57 insertions(+), 51 deletions(-)
diff --git a/JWT-Demo/pom.xml b/JWT-Demo/pom.xml
index 82a65c4..4174283 100644
--- a/JWT-Demo/pom.xml
+++ b/JWT-Demo/pom.xml
@@ -15,57 +15,63 @@
JWT-Demo
- 11
-
+ 17
+
-
-
- org.springframework.boot
- spring-boot-starter-security
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- javax.xml.bind
- jaxb-api
-
-
- io.jsonwebtoken
- jjwt
- 0.9.1
-
-
- org.projectlombok
- lombok
- true
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.junit.vintage
- junit-vintage-engine
-
-
-
-
- org.springframework.security
- spring-security-test
- test
-
-
+
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
+
+
+ io.jsonwebtoken
+ jjwt-api
+ 0.11.5
+
+
+
+
+ io.jsonwebtoken
+ jjwt-impl
+ 0.11.5
+ runtime
+
+
+
+
+ io.jsonwebtoken
+ jjwt-jackson
+ 0.11.5
+ runtime
+
+
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+