BAEL-20863 Move Spring Boot CTX Fluent module

This commit is contained in:
mikr 2020-01-28 12:52:49 +01:00
parent 288ecf151c
commit bce1991983
17 changed files with 2 additions and 3 deletions

View File

@ -650,7 +650,6 @@
<module>spring-boot-client</module>
<module>spring-boot-config-jpa-error</module>
<module>spring-boot-crud</module>
<module>spring-boot-ctx-fluent</module>
<module>spring-boot-custom-starter</module>
<module>spring-boot-deployment</module>
<module>spring-boot-di</module>
@ -1185,7 +1184,6 @@
<module>spring-boot-client</module>
<module>spring-boot-config-jpa-error</module>
<module>spring-boot-crud</module>
<module>spring-boot-ctx-fluent</module>
<module>spring-boot-custom-starter</module>
<module>spring-boot-deployment</module>
<module>spring-boot-di</module>

View File

@ -14,6 +14,7 @@
</parent>
<modules>
<module>spring-boot-ctx-fluent</module>
<module>spring-boot-data</module>
<module>spring-boot-mvc-birt</module>
<module>spring-boot-properties</module>

View File

@ -11,7 +11,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>