Merge pull request #9927 from kwoyke/JAVA-2431

JAVA-2431: Migrate log-mdc to parent-spring-5
This commit is contained in:
Dhawal Kapil 2020-08-27 21:45:36 +05:30 committed by GitHub
commit 9b8815af79
2 changed files with 2 additions and 2 deletions

View File

View File

@ -10,9 +10,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-spring-4</artifactId>
<artifactId>parent-spring-5</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-spring-4</relativePath>
<relativePath>../../parent-spring-5</relativePath>
</parent>
<dependencies>