JAVA-10136: Fix references to parents

This commit is contained in:
sampadawagde
2022-03-16 21:24:03 +05:30
parent 3921fdbdb3
commit f45d8872f5
4 changed files with 6 additions and 8 deletions

View File

@@ -10,9 +10,8 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>reactive-systems</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>