Merge pull request #8673 from kwoyke/BAEL-20881-fix

BAEL-20881: Move spring-boot-performance into spring-boot-modules (fix)
This commit is contained in:
Loredana Crusoveanu 2020-02-08 01:11:40 +02:00 committed by GitHub
commit c4ca9fc8d6
6 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@
<module>spring-boot-mvc-2</module>
<module>spring-boot-mvc-birt</module>
<module>spring-boot-nashorn</module>
<module>spring-boot-performance</module>
<module>spring-boot-properties</module>
<module>spring-boot-property-exp</module>
<module>spring-boot-runtime</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>