JAVA-17200 Fix references to parents - Week 50 - 2022 (moved-3) (#13322)
This commit is contained in:
parent
622971e5b8
commit
706c611e99
|
@ -9,13 +9,11 @@
|
|||
<packaging>jar</packaging>
|
||||
<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>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.1.1.RELEASE</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue