From f322df43084ea95b454eb95bb512468c1fcc4d2f Mon Sep 17 00:00:00 2001 From: nebhale Date: Fri, 30 Nov 2007 15:34:49 +0000 Subject: [PATCH] [BUILD-235] Fixed build break by properly identifying sample dependencies. --- pom.xml | 5 +++++ samples/pom.xml | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd526253e..f505dd356 100644 --- a/pom.xml +++ b/pom.xml @@ -412,6 +412,11 @@ spring-tx ${spring.framework.version} + + org.springframework + spring-web + ${spring.framework.version} + diff --git a/samples/pom.xml b/samples/pom.xml index 45825c630..79c4117f9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -41,6 +41,10 @@ commons-validator commons-validator + + org.springframework + spring + @@ -157,13 +161,17 @@ org.springframework spring-core - test org.springframework spring-test test + + org.springframework + spring-web + test +