Adding junit-platform dependency

This commit is contained in:
Ryan Baxter
2023-01-24 20:23:45 -05:00
parent ef7b0a2f7e
commit a341b93330

View File

@@ -154,6 +154,11 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
</dependencies>