Adds platform-launcher

This commit is contained in:
spencergibb
2023-01-24 10:12:24 -05:00
parent 62d635c777
commit fb5f6a2b9d

View File

@@ -18,7 +18,7 @@
</parent>
<properties>
<testcontainers.version>1.17.3</testcontainers.version>
<testcontainers.version>1.17.6</testcontainers.version>
</properties>
<dependencies>
@@ -47,6 +47,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>