JAVA-1664: upgrading parent-boot-2 junit and surefire configurations

This commit is contained in:
chaos2418
2021-10-30 19:55:18 +05:30
parent 5f9befd0c4
commit da4027424e
19 changed files with 1 additions and 162 deletions

View File

@@ -49,17 +49,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>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Embedded Redis Server -->
<dependency>
<groupId>it.ozimov</groupId>