BAEL-20884 Revert move of spring-boot-rest module - fix relative path in pom

This commit is contained in:
mikr
2020-01-24 21:41:00 +01:00
parent 9255424424
commit 3a285bc003

View File

@@ -13,7 +13,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<relativePath>../parent-boot-2</relativePath>
</parent>
<dependencies>