diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index 8fa00d3983..42456724bf 100644 --- a/spring-boot-samples/spring-boot-sample-batch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-batch/pom.xml @@ -23,6 +23,10 @@ org.springframework.boot spring-boot-starter-batch + + org.hsqldb + hsqldb + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-starters/spring-boot-starter-batch/pom.xml b/spring-boot-starters/spring-boot-starter-batch/pom.xml index 4afbc65411..a2866f8f86 100644 --- a/spring-boot-starters/spring-boot-starter-batch/pom.xml +++ b/spring-boot-starters/spring-boot-starter-batch/pom.xml @@ -8,7 +8,7 @@ spring-boot-starter-batch Spring Boot Batch Starter - Starter for using Spring Batch, including HSQLDB in-memory database + Starter for using Spring Batch http://projects.spring.io/spring-boot/ Pivotal Software, Inc. @@ -23,12 +23,8 @@ spring-boot-starter - org.hsqldb - hsqldb - - - org.springframework - spring-jdbc + org.springframework.boot + spring-boot-starter-jdbc org.springframework.batch diff --git a/spring-boot-starters/spring-boot-starter-batch/src/main/resources/META-INF/spring.provides b/spring-boot-starters/spring-boot-starter-batch/src/main/resources/META-INF/spring.provides index b7938ee467..06ab61efdb 100644 --- a/spring-boot-starters/spring-boot-starter-batch/src/main/resources/META-INF/spring.provides +++ b/spring-boot-starters/spring-boot-starter-batch/src/main/resources/META-INF/spring.provides @@ -1 +1 @@ -provides: spring-batch \ No newline at end of file +provides: spring-batch-core \ No newline at end of file