You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2006/12/06 23:23:27 UTC

svn commit: r483265 - /struts/struts2/trunk/apps/showcase/pom.xml

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>