From 72cca2c48370086606a053576f053058b847e33b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 5 Sep 2007 23:45:52 +0000 Subject: [PATCH] Removed explicit spring-2.0.4 dependency and hard-coded acegi-security version. --- samples/tutorial/pom.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 6400af60d3..c1980fbd22 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -10,17 +10,16 @@ Acegi Security Samples - Tutorial war - - org.springframework - spring - 2.0.4 - org.acegisecurity acegi-security - 1.0.5-SNAPSHOT + ${project.version} - + + org.springframework + spring-web + +