Skip to content

Instantly share code, notes, and snippets.

@sureshgadupu
Last active January 20, 2022 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sureshgadupu/b8a72d9e2503383b0e3857b4cf63c52e to your computer and use it in GitHub Desktop.
Save sureshgadupu/b8a72d9e2503383b0e3857b4cf63c52e to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.16.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.16.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.16.2</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment