common test setup moved to adapters common module

This commit is contained in:
adamkulawik
2018-05-26 01:30:06 +02:00
parent 2aa827e79b
commit 680ef2a077
15 changed files with 22 additions and 56 deletions

View File

@@ -68,12 +68,6 @@
<version>1.7.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>pl.com.dddbyexamples</groupId>
<artifactId>db-commons</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>

View File

@@ -1,6 +0,0 @@
spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.username=sa
spring.datasource.password=sa
spring.datasource.driver-class-name=org.h2.Driver
spring.liquibase.change-log=classpath:/schema/db.changelog.xml