Adding the showcase back to the default build with the extras dep removed

WW-1306y


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-05-21 20:22:18 +00:00
parent 4ced9bb9fd
commit 679fe3a04e
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<module>blank</module>
<module>portlet</module>
<module>shopping-cart</module>
<!--<module>showcase</module>-->
<module>showcase</module>
<module>starter</module>
</modules>
-5
View File
@@ -23,11 +23,6 @@
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.apache.struts.action2</groupId>
<artifactId>struts-extras</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>