From 576533baf53579964e43f008506fa2181026ead4 Mon Sep 17 00:00:00 2001 From: dineshmadhwal Date: Tue, 29 Nov 2016 00:22:42 +0800 Subject: [PATCH] Updated the file --- spring-mvc-handlers/pom.xml | 68 +++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/spring-mvc-handlers/pom.xml b/spring-mvc-handlers/pom.xml index 8b13789179..b77aaa3173 100644 --- a/spring-mvc-handlers/pom.xml +++ b/spring-mvc-handlers/pom.xml @@ -1 +1,69 @@ + + 4.0.0 + com.baeldung + SpringMVCHandlers + war + 0.0.1-SNAPSHOT + SpringMVCHandlers Maven Webapp + http://maven.apache.org + + 4.3.4.RELEASE + 3.5.1 + + + + + javax.servlet + javax.servlet-api + 3.1.0 + + + commons-logging + commons-logging + 1.2 + + + org.springframework + spring-webmvc + ${springframework.version} + + + org.springframework + spring-context + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.7 + 1.7 + + + + org.apache.maven.plugins + maven-war-plugin + 2.4 + + src/main/webapp + springMVCHandlers + false + + + + + springMVCHandlers + +