diff --git a/pom.xml b/pom.xml
index 2495d0d..bb4bfbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
vip.jcfd
zkh-framework
- 1.0
+ 1.1
pom
ZKH Framework
A Java framework for ZKH applications
diff --git a/zkh-web/pom.xml b/zkh-web/pom.xml
index e0f820b..e2451a6 100644
--- a/zkh-web/pom.xml
+++ b/zkh-web/pom.xml
@@ -31,11 +31,6 @@
org.springframework.boot
spring-boot-starter-data-redis
-
- org.springframework.boot
- spring-boot-configuration-processor
- true
-
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
@@ -44,6 +39,19 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.14.1
+
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+
+
+
+
org.apache.maven.plugins
maven-source-plugin