Skip to content

Instantly share code, notes, and snippets.

@Romeh
Created March 6, 2019 11:46
Embed
What would you like to do?
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.10.5</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment