JAVA-17200 Fix references to parents - Week 50 - 2022 (moved-3) (#13322)

This commit is contained in:
anuragkumawat 2023-02-03 23:20:38 +05:30 committed by GitHub
parent 622971e5b8
commit 706c611e99
1 changed files with 4 additions and 6 deletions

View File

@ -9,13 +9,11 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<description>Module For Spring Boot Integration with BIRT</description> <description>Module For Spring Boot Integration with BIRT</description>
<!-- this module should use the Boot parent directly to avoid inherit -->
<!-- the logback dependency from our other parents -->
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>com.baeldung</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>parent-boot-2</artifactId>
<version>2.1.1.RELEASE</version> <version>0.0.1-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath>../../parent-boot-2</relativePath>
</parent> </parent>
<dependencies> <dependencies>