diff --git a/maku-framework/pom.xml b/maku-framework/pom.xml
index da7a4df..d5d43e9 100644
--- a/maku-framework/pom.xml
+++ b/maku-framework/pom.xml
@@ -70,6 +70,10 @@
easyexcel
+ okio
+ com.squareup.okio
+
+
com.fhs-opensource
easy-trans-mybatis-plus-extend
diff --git a/maku-server/pom.xml b/maku-server/pom.xml
index 615b084..f252142 100644
--- a/maku-server/pom.xml
+++ b/maku-server/pom.xml
@@ -15,41 +15,36 @@
maku-boot-system
${revision}
-
- net.maku
- maku-boot-new
- ${revision}
-
-
- net.maku
- maku-module-quartz
- ${revision}
-
-
- net.maku
- maku-module-generator
- ${revision}
-
-
- net.maku
- maku-module-message
- ${revision}
-
-
- net.maku
- maku-module-monitor
- ${revision}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
org.springframework.boot
spring-boot-starter-test
test
-
- okio
- com.squareup.okio
- 3.3.0
-
diff --git a/pom.xml b/pom.xml
index 42257dd..83632fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
- 2.5.0
+ 3.0.0
true
UTF-8
UTF-8
@@ -45,6 +45,7 @@
5.6.97
3.22.3
3.1.5
+ 3.3.0
2.1.6
@@ -142,6 +143,11 @@
${easyexcel.version}
+ okio
+ com.squareup.okio
+ ${okio.version}
+
+
com.fhs-opensource
easy-trans-spring-boot-starter
${easytrans.version}