JAVA-6403: Fix references to parents (#11102)

* JAVA-6403: Fix references to parents

* JAVA-6403: removed relativePath
This commit is contained in:
freelansam
2021-08-15 20:11:09 +05:30
committed by GitHub
parent ec3d4155ca
commit ecb36ce718
6 changed files with 26 additions and 25 deletions

View File

@@ -9,10 +9,9 @@
<version>0.0.1-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.2.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>