[JAVA-2433] Inherited from parent-spring-5

This commit is contained in:
fdpro 2020-09-09 10:02:27 +02:00
parent 672f33e339
commit 1876f16449
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,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>