BAEL-20858 Make Spring Boot Modules parent of Spring Boot Camel

This commit is contained in:
mikr 2020-01-27 22:55:17 +01:00
parent 78c3a210a0
commit 5f34d371e6
1 changed files with 1 additions and 2 deletions

View File

@ -9,9 +9,8 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../parent-modules</relativePath>
</parent>
<dependencies>