From 03e01e1c75c18832476a02066b8d85900a8ab5de Mon Sep 17 00:00:00 2001 From: Ted Nathan Husted Date: Tue, 9 May 2006 20:47:58 +0000 Subject: [PATCH] apps pom.xml * Add Spring dependency to POM so that applications will deploy. git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405529 13f79535-47bb-0310-9956-ffa450edef68 --- apps/pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/apps/pom.xml b/apps/pom.xml index 3ca76ba5e..48e32f946 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -103,5 +103,43 @@ struts-core ${pom.version} + + + + org.springframework + spring-beans + 1.2.6 + true + + + + org.springframework + spring-core + 1.2.6 + true + + + + org.springframework + spring-context + 1.2.6 + true + + + + org.springframework + spring-web + 1.2.6 + true + + + + org.springframework + spring-mock + 1.2.6 + test + + +