diff --git a/pom.xml b/pom.xml
index cd0abcca..2e2ef5b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
1.8
UTF-8
- 2.5.2
+ 2.5.2
admin-core
@@ -17,14 +17,17 @@
web
admin-test
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.5.2
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring.boot.version}
+ pom
+ import
+
com.ibeetl
admin-core
@@ -45,11 +48,13 @@
org.springframework.boot
spring-boot-devtools
+ ${spring.boot.version}
true
org.springframework.boot
spring-boot-starter-test
+ ${spring.boot.version}
org.slf4j
@@ -94,6 +99,11 @@
+
+ com.auth0
+ java-jwt
+ 4.0.0
+
diff --git a/web/pom.xml b/web/pom.xml
index 7bd3f278..be5f8c74 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -12,10 +12,9 @@
1.3.1
- org.springframework.boot
- spring-boot-starter-parent
- 2.5.2
-
+ com.ibeetl
+ admin
+ 1.3.1
@@ -244,6 +243,14 @@
+
+ com.auth0
+ java-jwt
+
+
+ org.quartz-scheduler
+ quartz
+