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

View File

@@ -3,7 +3,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>spring-4</groupId>
<artifactId>spring-4</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-4</name>
@@ -32,14 +31,12 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2database.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>${hikaricp.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@@ -53,7 +50,6 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!-- Check for the most recent available version: https://projectlombok.org/changelog.html -->
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>