Merge pull request #11397 from chaos2418/JAVA-1665

JAVA-1665: updated parent-java's junit and surefire configurations
This commit is contained in:
Loredana Crusoveanu
2021-11-03 11:54:45 +02:00
committed by GitHub
30 changed files with 22 additions and 294 deletions
-12
View File
@@ -35,18 +35,6 @@
<artifactId>jackson-dataformat-xml</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>