h2 dependency move do adapter poms with test scope

This commit is contained in:
Adam Kulawik
2018-06-02 22:02:30 +02:00
parent e7f1251ef2
commit 2856483f6b
4 changed files with 20 additions and 5 deletions

View File

@@ -33,11 +33,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.197</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>