BAEL-8962 Fix surefire configs of twitterhdfs, spring cloud projects

- Surefire config fixes
- pom fixes and standardization
- test names standardization
- added packaging pom at spring-cloud-bus and spring-cloud/spring-cloud-task level
This commit is contained in:
Dhawal Kapil
2018-09-25 23:22:58 +05:30
parent 738d65b9be
commit 9d8b90794e
17 changed files with 196 additions and 277 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>