BAEL-20881: Move spring-boot-performance into spring-boot-modules

This commit is contained in:
Krzysztof Woyke 2020-01-29 09:19:07 +01:00
parent 33ab2c1ae6
commit f5d8ee2e4b
7 changed files with 2 additions and 3 deletions

View File

@ -664,7 +664,6 @@
<module>spring-boot-mvc-2</module>
<module>spring-boot-nashorn</module>
<module>spring-boot-parent</module>
<module>spring-boot-performance</module>
<module>spring-boot-property-exp</module>
<module>spring-boot-rest</module>
@ -1199,7 +1198,6 @@
<module>spring-boot-mvc-2</module>
<module>spring-boot-nashorn</module>
<module>spring-boot-parent</module>
<module>spring-boot-performance</module>
<module>spring-boot-property-exp</module>
<module>spring-boot-rest</module>

View File

@ -17,6 +17,7 @@
<module>spring-boot-artifacts</module>
<module>spring-boot-data</module>
<module>spring-boot-mvc-birt</module>
<module>spring-boot-performance</module>
<module>spring-boot-properties</module>
<module>spring-boot-testing</module>
<module>spring-boot-vue</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>