Adds junit-platform-launcher to other commons modules

This commit is contained in:
spencergibb
2023-01-24 11:07:33 -05:00
parent 7444cec131
commit b886421427
5 changed files with 25 additions and 0 deletions

View File

@@ -77,5 +77,10 @@
<artifactId>spring-cloud-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>