From 95d5c611155d287cbe76cc6cf73e46dc39dee9a7 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 12 Sep 2007 21:04:17 +0000 Subject: [PATCH] SEC-554: Added jstl jars to tutorial pom. --- samples/tutorial/pom.xml | 53 +++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 320e51d8ec..032c1a4d14 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -1,33 +1,46 @@ - - 4.0.0 - - org.acegisecurity - acegi-security-samples - 1.0.6-SNAPSHOT - - org.acegisecurity - acegi-security-samples-tutorial + + 4.0.0 + + org.acegisecurity + acegi-security-samples + 1.0.6-SNAPSHOT + + org.acegisecurity + acegi-security-samples-tutorial Acegi Security Samples - Tutorial war - - - org.acegisecurity - acegi-security - ${project.version} - + - org.springframework - spring-web - + org.acegisecurity + acegi-security + ${project.version} + + + org.springframework + spring-web + + + javax.servlet + jstl + 1.0 + runtime + + + taglibs + standard + 1.0.6 + runtime + - + org.mortbay.jetty maven-jetty-plugin - /tutorial + /tutorial