diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml
index 6f11974e..9204a165 100644
--- a/mybatis-flex-spring/pom.xml
+++ b/mybatis-flex-spring/pom.xml
@@ -42,6 +42,16 @@
spring-jdbc
+
+ org.springframework.batch
+ spring-batch-core
+
+
+
+ org.springframework.batch
+ spring-batch-infrastructure
+
+
com.github.gavlyukovskiy
datasource-decorator-spring-boot-autoconfigure
diff --git a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml
index 3ccc3ee0..2ba2cc11 100644
--- a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml
@@ -44,6 +44,12 @@
1.2.18
+
+ org.springframework.boot
+ spring-boot-starter-batch
+ ${spring-boot.version}
+
+
@@ -65,6 +71,12 @@
mysql-connector-j
+
+ org.springdoc
+ springdoc-openapi-ui
+ 1.8.0
+
+
diff --git a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml
index 4386dc56..e428c967 100644
--- a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml
@@ -82,6 +82,12 @@
spring-boot-starter-test
test
+
+ com.mybatis-flex
+ mybatis-flex-spring-test
+ ${revision}
+ compile
+
diff --git a/pom.xml b/pom.xml
index 07ccafc5..78ac0ced 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
4.0.3
5.3.27
+ 4.3.10
2.7.11
3.0.1
1.1.0-java8
@@ -184,6 +185,18 @@
${spring-boot.version}
+
+ org.springframework.batch
+ spring-batch-core
+ ${spring-batch.version}
+
+
+
+ org.springframework.batch
+ spring-batch-infrastructure
+ ${spring-batch.version}
+
+
junit