first light on example container

This commit is contained in:
Jonathan Shook
2023-01-25 17:16:33 -06:00
parent 6dea293d56
commit 82abce9cb4
2 changed files with 18 additions and 6 deletions

View File

@@ -44,12 +44,16 @@
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mysql</artifactId>
<scope>test</scope>
<version>1.17.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.17.6</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>