Reverted spring-boot-logging modules parents

This commit is contained in:
amit2103 2019-02-17 23:58:47 +05:30
parent 79becf29d5
commit 69ae99666a
3 changed files with 9 additions and 12 deletions

View File

@ -6,10 +6,9 @@
<!-- this needs to use the boot parent directly in order to not inherit logback dependencies -->
<parent>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version>
</parent>
<dependencies>

View File

@ -6,10 +6,9 @@
<!-- this needs to use the boot parent directly in order to not inherit logback dependencies -->
<parent>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version>
</parent>
<dependencies>

View File

@ -10,10 +10,9 @@
<!-- this needs to use the boot parent directly in order to not inherit logback dependencies -->
<parent>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.0.5.RELEASE</version>
</parent>
<dependencies>