Merge pull request #10606 from kwoyke/JAVA-4931

JAVA-4931: Cleanup surefire config
This commit is contained in:
Loredana Crusoveanu
2021-03-30 19:35:59 +03:00
committed by GitHub
38 changed files with 6 additions and 257 deletions

View File

@@ -32,20 +32,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>