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 aedf239a32
commit afca8d82a7
1 changed files with 1 additions and 1 deletions

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>