Skip to content

Instantly share code, notes, and snippets.

@robertoduessmann
Created October 1, 2020 20:25
Show Gist options
  • Select an option

  • Save robertoduessmann/fee242cebff13cf9f7e4068ba0ff21d6 to your computer and use it in GitHub Desktop.

Select an option

Save robertoduessmann/fee242cebff13cf9f7e4068ba0ff21d6 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.14.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.14.1</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment