From 76e229bfb62b4d42d158d91fc898ebcfd5876d89 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 6 Nov 2013 11:44:30 +0000 Subject: [PATCH] Add starter dependency to jdbc for parity --- spring-boot-starters/spring-boot-starter-jdbc/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml index 422ee24e25e..419d978af5f 100644 --- a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml @@ -13,6 +13,11 @@ ${basedir}/../.. + + ${project.groupId} + spring-boot-starter + ${project.version} + org.springframework spring-jdbc