JAVA-21186 Fix references to parents - Week 21 - 2023 (#14036)

This commit is contained in:
anuragkumawat 2023-05-18 07:51:34 +05:30 committed by GitHub
parent 4fbb7815ce
commit 316e5626f2

View File

@ -10,10 +10,10 @@
<description>Demo project for Swagger Custom Validations Codegen</description> <description>Demo project for Swagger Custom Validations Codegen</description>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>com.baeldung</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>parent-boot-2</artifactId>
<version>2.5.4</version> <version>0.0.1-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath>../../parent-boot-2</relativePath>
</parent> </parent>
<dependencies> <dependencies>