BAEL-20879 Move Spring Boot Nashorn Module

This commit is contained in:
mikr 2020-01-28 22:08:47 +01:00
parent dbbaecf5a1
commit 822608eba2
13 changed files with 2 additions and 3 deletions

View File

@ -661,7 +661,6 @@
<module>spring-boot-libraries</module>
<module>spring-boot-logging-log4j2</module>
<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>
@ -1195,7 +1194,6 @@
<module>spring-boot-logging-log4j2</module>
<module>spring-boot-mvc</module>
<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>

View File

@ -18,6 +18,7 @@
<module>spring-boot-data</module>
<module>spring-boot-di</module>
<module>spring-boot-mvc-birt</module>
<module>spring-boot-nashorn</module>
<module>spring-boot-properties</module>
<module>spring-boot-testing</module>
<module>spring-boot-vue</module>

View File

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