Switch remaining jUnit4 tests to jUnit jupiter

This commit is contained in:
Szymon Linowski
2021-09-13 16:57:25 +02:00
parent 685b42e85f
commit abdb699f1d
3 changed files with 2 additions and 9 deletions

View File

@@ -149,11 +149,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-test-support</artifactId>