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 --> <!-- this needs to use the boot parent directly in order to not inherit logback dependencies -->
<parent> <parent>
<artifactId>parent-boot-2</artifactId> <groupId>org.springframework.boot</groupId>
<groupId>com.baeldung</groupId> <artifactId>spring-boot-starter-parent</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>2.1.1.RELEASE</version>
<relativePath>../../parent-boot-2</relativePath>
</parent> </parent>
<dependencies> <dependencies>

View File

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

View File

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