From 2e7d05440c3a3306fd85305cc6e6de2f434a170d Mon Sep 17 00:00:00 2001 From: dineshmadhwal Date: Tue, 29 Nov 2016 00:52:02 +0800 Subject: [PATCH] Delete pom.xml --- spring-mvc-handlers/pom.xml | 69 ------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 spring-mvc-handlers/pom.xml diff --git a/spring-mvc-handlers/pom.xml b/spring-mvc-handlers/pom.xml deleted file mode 100644 index b77aaa3173..0000000000 --- a/spring-mvc-handlers/pom.xml +++ /dev/null @@ -1,69 +0,0 @@ - - 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 - -