File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation ' org.springframework.boot:spring-boot-starter-batch'
17+ implementation ' org.springframework.boot:spring-boot-starter-batch-jdbc '
1818 runtimeOnly ' org.hsqldb:hsqldb'
1919 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2020 testImplementation ' org.springframework.batch:spring-batch-test'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation ' org.springframework.boot:spring-boot-starter-batch'
17+ implementation ' org.springframework.boot:spring-boot-starter-batch-jdbc '
1818 runtimeOnly ' org.hsqldb:hsqldb'
1919 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2020 testImplementation ' org.springframework.batch:spring-batch-test'
You can’t perform that action at this time.
0 commit comments