From 5a523a78bbd6205b51fbb3bc4b1c343ba04591be Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 15 Oct 2009 14:04:13 +0000 Subject: [PATCH] SPR-6236: Reintroduce Struts support git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2131 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/generate-pom.xml | 1 + build-spring-framework/pom.xml | 1 + org.springframework.web.struts/pom.xml | 94 +++++++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 org.springframework.web.struts/pom.xml diff --git a/build-spring-framework/generate-pom.xml b/build-spring-framework/generate-pom.xml index 83e7ab95e9e..f59f640768e 100644 --- a/build-spring-framework/generate-pom.xml +++ b/build-spring-framework/generate-pom.xml @@ -25,6 +25,7 @@ + diff --git a/build-spring-framework/pom.xml b/build-spring-framework/pom.xml index 53d58c05c0f..90070945dcc 100644 --- a/build-spring-framework/pom.xml +++ b/build-spring-framework/pom.xml @@ -74,6 +74,7 @@ ../org.springframework.web.servlet ../org.springframework.web.portlet ../org.springframework.test + ../org.springframework.web.struts diff --git a/org.springframework.web.struts/pom.xml b/org.springframework.web.struts/pom.xml new file mode 100644 index 00000000000..08e06e3f214 --- /dev/null +++ b/org.springframework.web.struts/pom.xml @@ -0,0 +1,94 @@ + + + 4.0.0 + org.springframework + spring-struts + jar + 3.0.0.BUILD-SNAPSHOT + + org.springframework + spring-parent + ../org.springframework.spring-parent + 3.0.0.BUILD-SNAPSHOT + + + + javax.servlet + servlet-api + 2.5 + provided + + + javax.servlet.jsp + jsp-api + 2.1 + test + + + javax.servlet + jstl + 1.1.2 + test + + + struts + struts + 1.2.9 + compile + + + commons-beanutils + commons-beanutils + 1.7.0 + compile + + + org.springframework + spring-beans + ${project.version} + compile + + + org.springframework + spring-context + ${project.version} + compile + + + org.springframework + spring-core + ${project.version} + compile + + + org.springframework + spring-test + ${project.version} + test + + + org.springframework + spring-web + ${project.version} + compile + + + org.springframework + spring-webmvc + ${project.version} + compile + + + junit + junit + test + + + org.easymock + easymock + test + + +