From 288fdb3df8134dc316a4161d44e3d088b969a312 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Tue, 11 Jul 2006 18:22:21 +0000 Subject: [PATCH] Fixed M2 pom --- samples/contacts/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index 02b6e2f8fd..42eb4dffbf 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -11,6 +11,26 @@ acegi-security-sample-contacts Acegi Security System for Spring - Contacts sample war + + + javax.servlet + servlet-api + 2.4 + provided + + + + + + org.apache.maven.plugins + maven-war-plugin + + src/main/webapp/filter/WEB-INF/web.xml + + + + +