Merge pull request #5329 from dkapil/task/BAEL-8962

BAEL-8962 Fix surefire configs of twitterhdfs, spring cloud projects
This commit is contained in:
Loredana Crusoveanu
2018-09-27 11:33:24 +03:00
committed by GitHub
17 changed files with 212 additions and 276 deletions

View File

@@ -1,9 +1,7 @@
<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>spring-data-keyvalue</artifactId>
<version>1.0</version>
<parent>
<artifactId>parent-boot-2</artifactId>
@@ -13,7 +11,6 @@
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
@@ -30,8 +27,4 @@
</dependency>
</dependencies>
<properties>
<spring-data-keyvalue.version>2.0.3.RELEASE</spring-data-keyvalue.version>
</properties>
</project>