diff --git a/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml
index 0f742f3ce6..a7a11af78a 100644
--- a/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml
+++ b/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml
@@ -7,13 +7,24 @@
0.5.0.BUILD-SNAPSHOT
spring-bootstrap-batch-starter
- pom
+ jar
${project.groupId}
spring-bootstrap-starter
${project.version}
- pom
+
+
+ org.springframework.batch
+ spring-batch-core
+
+
+ org.springframework
+ spring-jdbc
+
+
+ org.hsqldb
+ hsqldb
diff --git a/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml
index 5af6310083..dd881cc337 100644
--- a/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml
+++ b/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml
@@ -7,12 +7,16 @@
0.5.0.BUILD-SNAPSHOT
spring-bootstrap-integration-starter
- pom
+ jar
${project.groupId}
spring-bootstrap-starter
${project.version}
+
+ org.springframework.integration
+ spring-integration-core
+
diff --git a/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml
index f92b7b9c3a..90fe964b1c 100644
--- a/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml
+++ b/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml
@@ -7,12 +7,33 @@
0.5.0.BUILD-SNAPSHOT
spring-bootstrap-jpa-starter
- pom
+ jar
${project.groupId}
spring-bootstrap-starter
${project.version}
+
+ org.springframework
+ spring-orm
+
+
+ org.springframework
+ spring-jdbc
+
+
+ org.hibernate
+ hibernate-entitymanager
+
+
+ org.springframework.data
+ spring-data-jpa
+
+
+ org.hsqldb
+ hsqldb
+ runtime
+