Skip to content

Commit

Permalink
Reverted spring-boot-logging modules parents
Browse files Browse the repository at this point in the history
  • Loading branch information
amit2103 committed Feb 17, 2019
1 parent 79becf2 commit 69ae996
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 3 additions & 4 deletions spring-boot-logging-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 69ae996

Please sign in to comment.