Author: hermanns Date: Wed Dec 6 14:23:25 2006 New Revision: 483265 URL: http://svn.apache.org/viewvc?view=rev&rev=483265 Log: Showcase Examples Broken o adding velocity deps to fix velocity samples (ui-tags)
Issue Number: WW-1538 Modified: struts/struts2/trunk/apps/showcase/pom.xml Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?view=diff&rev=483265&r1=483264&r2=483265 ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Wed Dec 6 14:23:25 2006 @@ -86,14 +86,12 @@ <groupId>velocity</groupId> <artifactId>velocity</artifactId> <version>1.4</version> - <optional>true</optional> </dependency> <dependency> <groupId>velocity-tools</groupId> <artifactId>velocity-tools</artifactId> <version>1.1</version> - <optional>true</optional> </dependency>