Docker-compose for postgres and hsqldb

This commit is contained in:
Nanne Baars
2018-05-01 21:58:43 +02:00
parent 8050a2b56d
commit 0e160c19f5
4 changed files with 66 additions and 8 deletions

View File

@ -78,6 +78,11 @@
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.2</version>
</dependency>
<!-- ************* START: Dependencies for Unit and Integration Testing ************** -->
<dependency>