From 9d01ace9157533646917922bc1881d198b268ea5 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 19 Sep 2007 22:25:52 +0000 Subject: [PATCH] added spring-dao dependency (for DataAccessException) --- sandbox/other/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sandbox/other/pom.xml b/sandbox/other/pom.xml index ed2e5eaa1c..1038f6faae 100644 --- a/sandbox/other/pom.xml +++ b/sandbox/other/pom.xml @@ -21,7 +21,13 @@ org.springframework spring-mock true - + + + org.springframework + spring-dao + ${spring.version} + true + javax.servlet servlet-api