diff --git a/awardBE/pom.xml b/awardBE/pom.xml
index 714ba59..9a29e2f 100644
--- a/awardBE/pom.xml
+++ b/awardBE/pom.xml
@@ -21,10 +21,16 @@
org.springframework.boot
spring-boot-starter-web
+
+
+ org.apache.commons
+ commons-lang3
+ 3.12.0
+
org.mybatis.spring.boot
mybatis-spring-boot-starter
- 2.2.0
+ 2.1.3
org.springframework.boot
@@ -58,12 +64,29 @@
mybatis-spring-boot-starter
2.1.3
+
+
+ cn.hutool
+ hutool-all
+ 5.7.9
+
+
+
+ cglib
+ cglib
+ 3.3.0
+
com.baomidou
mybatis-plus-boot-starter
3.3.2
+
+ com.baomidou
+ mybatis-plus-extension
+ 3.5.1
+
com.baomidou
mybatis-plus-generator
@@ -112,23 +135,23 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
com.spring4all
swagger-spring-boot-starter
@@ -152,6 +175,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ 2.6.1