Remove relative path from parent pom

This commit is contained in:
Eric Bottard
2017-09-12 14:26:32 +02:00
parent 4a6c699aca
commit 5bf34737d6

View File

@@ -12,6 +12,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.0.RELEASE</version>
<relativePath />
</parent>
<properties>