From 5e9b8c3340d25fbf0e7d64b306ae7b3557188b9a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 31 Oct 2013 16:49:36 +0000 Subject: [PATCH] Add missing depdendency --- spring-boot-actuator/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index b886e39d71f..0838b2efdf9 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -49,8 +49,8 @@ org.springframework - spring-test - test + spring-jdbc + true org.springframework @@ -73,6 +73,11 @@ true + + org.springframework + spring-test + test + ${project.groupId} spring-boot