Fix command DevTools uses to shut down in-memory Derby DB

Closes gh-17099
This commit is contained in:
Andy Wilkinson
2019-06-11 10:29:09 +01:00
parent a243b56ade
commit 95d0e26c35
3 changed files with 64 additions and 26 deletions

View File

@@ -29,6 +29,11 @@
<artifactId>javax.servlet-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
@@ -121,11 +126,6 @@
<artifactId>spring-hateoas</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>