Skip to content

Instantly share code, notes, and snippets.

@Romeh
Created March 6, 2019 11:46
Show Gist options
  • Save Romeh/36ed7cfe1b3230a11165c3228143e4c6 to your computer and use it in GitHub Desktop.
Save Romeh/36ed7cfe1b3230a11165c3228143e4c6 to your computer and use it in GitHub Desktop.
<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