Add missing struts-core dependency to showcase.

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@409915 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak
2006-05-28 03:33:37 +00:00
parent b0d54e0f7a
commit 691c00f8ed
+5
View File
@@ -31,6 +31,11 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.struts.action2</groupId>
<artifactId>struts-core</artifactId>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>