Clean up Spring MVC Form Tag Library example

This commit is contained in:
David Morley
2016-03-03 06:20:44 -06:00
parent 0385e78ff5
commit cf4cce751b
11 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung</groupId>
<groupId>com.baeldung</groupId>
<version>0.1-SNAPSHOT</version>
<artifactId>spring-mvc-xml</artifactId>