Adds test scope to junit dependency.

This commit is contained in:
spencergibb
2023-01-24 10:48:18 -05:00
parent e4b199df93
commit 5e21e76646

View File

@@ -30,6 +30,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>