[BAEL-7819] - Added standard parent pom and fixed tests in those modules

This commit is contained in:
amit2103
2018-08-05 23:17:35 +05:30
parent 5ccecc6aac
commit a7689c4ae2
40 changed files with 157 additions and 148 deletions

View File

@@ -6,10 +6,10 @@
<version>0.0.1-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
<artifactId>parent-boot-1</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../../parent-boot-1</relativePath>
</parent>
<dependencies>