Author: apetrelli Date: Fri Mar 2 02:26:47 2007 New Revision: 513692 URL: http://svn.apache.org/viewvc?view=rev&rev=513692 Log: Corrected a problem during testing of Struts 1 - Tiles 2 integration build.
Modified: struts/struts1/trunk/tiles2/pom.xml Modified: struts/struts1/trunk/tiles2/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/tiles2/pom.xml?view=diff&rev=513692&r1=513691&r2=513692 ============================================================================== --- struts/struts1/trunk/tiles2/pom.xml (original) +++ struts/struts1/trunk/tiles2/pom.xml Fri Mar 2 02:26:47 2007 @@ -82,8 +82,15 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <version>2.3</version> + <version>2.4</version> <scope>provided</scope> + </dependency> + + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + <version>2.0</version> + <scope>test</scope> </dependency> <dependency>