JAVA-1665: updated parent-java's junit and surefire configurations

This commit is contained in:
chaos2418
2021-11-02 17:27:04 +05:30
parent f6820ce309
commit e29458d406
30 changed files with 22 additions and 294 deletions

View File

@@ -28,18 +28,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>