Skip to content

Commit 39853ce

Browse files
committed
Fix Spring Boot starter
1 parent 505f781 commit 39853ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
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'

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
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'

0 commit comments

Comments
 (0)