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 1ab0a19d25
commit 9bbd34d45f
19 changed files with 1 additions and 162 deletions
-15
View File
@@ -95,19 +95,4 @@
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</dependency>
</dependencies>
<properties>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
</properties>
</project>