gongfuzhu 1 год назад
Родитель
Сommit
8ca34e742e
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      SpringBatchServiceServer/pom.xml

+ 6 - 6
SpringBatchServiceServer/pom.xml

@@ -66,14 +66,14 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-batch</artifactId>
-            <version>2.7.3</version>
+            <version>2.7.18</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-web</artifactId>
-            <version>2.7.3</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>org.springframework.boot</groupId>-->
+<!--            <artifactId>spring-boot-starter-web</artifactId>-->
+<!--            <version>2.7.3</version>-->
+<!--        </dependency>-->
 
         <dependency>
             <groupId>com.zswl.cloud.SpringBatchService</groupId>