You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2006/11/28 01:49:55 UTC

svn commit: r479828 - /struts/struts2/trunk/apps/blank/pom.xml

Author: mrdon
Date: Mon Nov 27 16:49:54 2006
New Revision: 479828

URL: http://svn.apache.org/viewvc?view=rev&rev=479828
Log:
Fixed unit tests not passing for blank webapp
WW-1483

Modified:
    struts/struts2/trunk/apps/blank/pom.xml

Modified: struts/struts2/trunk/apps/blank/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/pom.xml?view=diff&rev=479828&r1=479827&r2=479828
==============================================================================
--- struts/struts2/trunk/apps/blank/pom.xml (original)
+++ struts/struts2/trunk/apps/blank/pom.xml Mon Nov 27 16:49:54 2006
@@ -27,6 +27,14 @@
             <scope>provided</scope>
         </dependency>
 
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <version>2.0</version>
+            <scope>provided</scope>
+        </dependency>
+
+
     </dependencies>
 
     <build>