Skip to content

Instantly share code, notes, and snippets.

@ctoestreich
Created May 23, 2020 19:27
Show Gist options
  • Save ctoestreich/1560b69f278006b573838cb46ac2687c to your computer and use it in GitHub Desktop.
Save ctoestreich/1560b69f278006b573838cb46ac2687c to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>spock</artifactId>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment