Merge pull request #8822 from amit2103/JAVA-162

fix relative path warning
This commit is contained in:
Loredana Crusoveanu 2020-03-07 13:46:48 +02:00 committed by GitHub
commit ba88aa1a69

View File

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