Merge pull request #8621 from kwoyke/BAEL-20867

BAEL-20867: Move spring-boot-di into spring-boot-modules
This commit is contained in:
Loredana Crusoveanu 2020-01-28 22:51:21 +02:00 committed by GitHub
commit 22c3abfc3a
17 changed files with 2 additions and 3 deletions

View File

@ -652,7 +652,6 @@
<module>spring-boot-ctx-fluent</module>
<module>spring-boot-custom-starter</module>
<module>spring-boot-deployment</module>
<module>spring-boot-di</module>
<module>spring-boot-environment</module>
<module>spring-boot-flowable</module>
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
@ -1186,7 +1185,6 @@
<module>spring-boot-ctx-fluent</module>
<module>spring-boot-custom-starter</module>
<module>spring-boot-deployment</module>
<module>spring-boot-di</module>
<module>spring-boot-environment</module>
<module>spring-boot-flowable</module>
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->

View File

@ -16,6 +16,7 @@
<modules>
<module>spring-boot-artifacts</module>
<module>spring-boot-data</module>
<module>spring-boot-di</module>
<module>spring-boot-mvc-birt</module>
<module>spring-boot-properties</module>
<module>spring-boot-testing</module>

View File

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