Merge pull request #573 from whaon/main

fix: spring-batch更改为optional
This commit is contained in:
Michael Yang 2025-08-20 18:39:31 +08:00 committed by GitHub
commit c19896750c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,13 @@
<dependency> <dependency>
<groupId>org.springframework.batch</groupId> <groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId> <artifactId>spring-batch-core</artifactId>
<optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.batch</groupId> <groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId> <artifactId>spring-batch-infrastructure</artifactId>
<optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>