diff --git a/fast-boot-framework/pom.xml b/fast-boot-framework/pom.xml
index 1d4ce1e..20a0e6c 100644
--- a/fast-boot-framework/pom.xml
+++ b/fast-boot-framework/pom.xml
@@ -72,22 +72,6 @@
mybatis-plus-boot-starter
- org.mapstruct
- mapstruct
-
-
- org.mapstruct
- mapstruct-jdk8
-
-
- org.mapstruct
- mapstruct-processor
-
-
- org.projectlombok
- lombok
-
-
org.springdoc
springdoc-openapi-ui
diff --git a/fast-server/pom.xml b/fast-server/pom.xml
index 03af6c4..4769e48 100644
--- a/fast-server/pom.xml
+++ b/fast-server/pom.xml
@@ -23,6 +23,22 @@
${project.artifactId}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
org.springframework.boot
spring-boot-maven-plugin
diff --git a/pom.xml b/pom.xml
index bb8cc40..747b1a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.6
+ 2.6.7
@@ -36,6 +36,26 @@
1.4.2.Final
+
+
+ org.projectlombok
+ lombok
+ true
+
+
+ org.mapstruct
+ mapstruct
+
+
+ org.mapstruct
+ mapstruct-jdk8
+
+
+ org.mapstruct
+ mapstruct-processor
+
+
+