diff --git a/pom.xml b/pom.xml index 2b271215cfba56a4e9765390d565c45dbc014ef3..234ffbf8a8632c050666df459906afb5b2245f62 100644 --- a/pom.xml +++ b/pom.xml @@ -6,86 +6,96 @@ war springmvc-maven simple demo about how to use maven combine spring mvc + + + UTF-8 + 3.1.2.RELEASE + 21 + 21 + 3.11.0 + 3.3.2 + + - - + + easy-springmvc-maven + org.apache.maven.plugins maven-compiler-plugin - 3.1 + ${maven.compiler.plugin.version} - 1.6 - 1.6 + ${maven.compiler.source} + ${maven.compiler.target} + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-war-plugin + ${maven.war.plugin.version} + + + + - - maven-war-plugin - - 3.0 - - - - - + - - junit - junit - 4.12 - test - + + junit + junit + 4.12 + test + - - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework - spring-jdbc - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-aop - ${spring.version} - - - org.springframework - spring-core - ${spring.version} - - - org.springframework - spring-test - ${spring.version} - - - - - jstl - jstl - 1.2 - - - taglibs - standard - 1.1.2 - - + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + + + + + + jstl + jstl + 1.2 + + + taglibs + standard + 1.1.2 + + - - - UTF-8 - 3.1.2.RELEASE - \ No newline at end of file