JAVA-4931: Cleanup surefire config

This commit is contained in:
Krzysztof Woyke
2021-03-29 15:22:10 +02:00
parent 976ef1d26f
commit 232d9bcd05
16 changed files with 5 additions and 111 deletions

View File

@@ -27,20 +27,9 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.version}</version>
</plugin>
</plugins>
</build>
<properties>
<spring.version>5.3.3</spring.version>
<spring-boot-starter.version>2.4.2</spring-boot-starter.version>
<maven.surefire.version>2.22.1</maven.surefire.version>
</properties>
</project>