Author: wsmoak Date: Sat May 27 20:33:37 2006 New Revision: 409915 URL: http://svn.apache.org/viewvc?rev=409915&view=rev Log: Add missing struts-core dependency to showcase.
Modified: struts/action2/trunk/apps/showcase/pom.xml Modified: struts/action2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/pom.xml?rev=409915&r1=409914&r2=409915&view=diff ============================================================================== --- struts/action2/trunk/apps/showcase/pom.xml (original) +++ struts/action2/trunk/apps/showcase/pom.xml Sat May 27 20:33:37 2006 @@ -32,6 +32,11 @@ </dependency> <dependency> + <groupId>org.apache.struts.action2</groupId> + <artifactId>struts-core</artifactId> + </dependency> + + <dependency> <groupId>opensymphony</groupId> <artifactId>sitemesh</artifactId> <version>2.2.1</version>