BAEL-8504 Fix surefire configs of spring-5 projects part 2

-Removed redundant surefire configs
This commit is contained in:
Dhawal Kapil
2018-08-28 13:35:27 +05:30
parent 1d0581cafb
commit 1d0eadf585
11 changed files with 645 additions and 891 deletions
+3 -3
View File
@@ -1,7 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -18,7 +17,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -41,10 +40,11 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.4.RELEASE</version>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>thin-jar</id>