JAVA-25998 Fix parent.relativePath warning (#15032)

This commit is contained in:
anuragkumawat 2023-10-20 19:45:03 +05:30 committed by GitHub
parent e203f430e2
commit 41ed71587d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.11</version>
<relativePath/>
</parent>
<dependencies>