Merge pull request #12452 from freelansam/JAVA-12733
JAVA-12733: Move spring-boot-jsp into spring-boot-modules
This commit is contained in:
commit
c876ceb2e0
|
@ -44,6 +44,7 @@
|
|||
<module>spring-boot-groovy</module>
|
||||
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
|
||||
<module>spring-boot-jasypt</module>
|
||||
<module>spring-boot-jsp</module>
|
||||
<module>spring-boot-keycloak</module>
|
||||
<module>spring-boot-keycloak-2</module>
|
||||
<module>spring-boot-libraries</module>
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
<packaging>war</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-web-modules</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<groupId>com.baeldung.spring-boot-modules</groupId>
|
||||
<artifactId>spring-boot-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencyManagement>
|
|
@ -47,7 +47,6 @@
|
|||
<module>spring-thymeleaf-3</module>
|
||||
<module>spring-thymeleaf-4</module>
|
||||
<module>spring-thymeleaf-5</module>
|
||||
<module>spring-boot-jsp</module>
|
||||
<module>spring-web-url</module>
|
||||
</modules>
|
||||
|
||||
|
|
Loading…
Reference in New Issue