JAVA-3531 Move spring-mvc-xml module
This commit is contained in:
parent
24ef4eaa19
commit
de5f9940dd
2
pom.xml
2
pom.xml
@ -664,7 +664,6 @@
|
||||
<module>spring-mvc-java-2</module>
|
||||
|
||||
<module>spring-mvc-velocity</module>
|
||||
<module>spring-mvc-xml</module>
|
||||
|
||||
<module>spring-protobuf</module>
|
||||
<module>spring-quartz</module>
|
||||
@ -1130,7 +1129,6 @@
|
||||
<module>spring-mvc-java-2</module>
|
||||
|
||||
<module>spring-mvc-velocity</module>
|
||||
<module>spring-mvc-xml</module>
|
||||
|
||||
<module>spring-protobuf</module>
|
||||
<module>spring-quartz</module>
|
||||
|
@ -1,2 +0,0 @@
|
||||
required.name = Name is required!
|
||||
NotEmpty.person.password = Password is required!
|
@ -22,6 +22,7 @@
|
||||
<module>spring-mvc-forms-jsp</module>
|
||||
<module>spring-mvc-views</module>
|
||||
<module>spring-mvc-webflow</module>
|
||||
<module>spring-mvc-xml</module>
|
||||
<module>spring-rest-angular</module>
|
||||
<module>spring-rest-http</module>
|
||||
<module>spring-resttemplate-2</module>
|
||||
|
@ -0,0 +1,2 @@
|
||||
required.name = Name is required!
|
||||
NotEmpty.person.password = Password is required!
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@ -1,4 +1,4 @@
|
||||
package com.baeldung;
|
||||
package org.baeldung;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
Loading…
x
Reference in New Issue
Block a user