[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

@@ -10,10 +10,10 @@
<description>Demo project for Spring Boot Logging with Log4J2</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
</parent>
<dependencies>