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
+
+
+