JAVA-3529 Move spring-mvc-views module

This commit is contained in:
mikr 2020-12-29 22:31:40 +01:00
parent 391efe067c
commit e0ad1261c0
33 changed files with 2 additions and 3 deletions

View File

@ -663,7 +663,6 @@
<module>spring-mvc-java-2</module>
<module>spring-mvc-velocity</module>
<module>spring-mvc-views</module>
<module>spring-mvc-webflow</module>
<module>spring-mvc-xml</module>
@ -1133,7 +1132,6 @@
<module>spring-mvc-java-2</module>
<module>spring-mvc-velocity</module>
<module>spring-mvc-views</module>
<module>spring-mvc-webflow</module>
<module>spring-mvc-xml</module>

View File

@ -20,6 +20,7 @@
<module>spring-mvc-basics-4</module>
<module>spring-mvc-crash</module>
<module>spring-mvc-forms-jsp</module>
<module>spring-mvc-views</module>
<module>spring-rest-http</module>
<module>spring-thymeleaf</module>
<module>spring-thymeleaf-2</module>

View File

@ -11,7 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-spring-5</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-spring-5</relativePath>
<relativePath>parent-spring-5/pom.xml</relativePath>
</parent>
<dependencies>