Browse Source

Add scope=test to hsqldb (fixes #330)

pull/336/head
Dave Syer 12 years ago
parent
commit
8de9890757
  1. 1
      spring-boot-actuator/pom.xml

1
spring-boot-actuator/pom.xml

@ -117,6 +117,7 @@ @@ -117,6 +117,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>

Loading…
Cancel
Save