From 8de98907571df7b41ad895c3e785a2ad2d3c590d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 11 Feb 2014 13:36:50 +0000 Subject: [PATCH] Add scope=test to hsqldb (fixes #330) --- spring-boot-actuator/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index c88c7ae99f..0033866e20 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -117,6 +117,7 @@ org.hsqldb hsqldb + test ${project.groupId}