Author: jmitchell Date: Thu Apr 13 14:21:17 2006 New Revision: 393945 URL: http://svn.apache.org/viewcvs?rev=393945&view=rev Log: Fix missing dependency on taglib
Modified: struts/action/trunk/apps/cookbook/pom.xml Modified: struts/action/trunk/apps/cookbook/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/cookbook/pom.xml?rev=393945&r1=393944&r2=393945&view=diff ============================================================================== --- struts/action/trunk/apps/cookbook/pom.xml (original) +++ struts/action/trunk/apps/cookbook/pom.xml Thu Apr 13 14:21:17 2006 @@ -58,6 +58,11 @@ <version>2.3</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>struts-taglib</artifactId> + <version>${pom.version}</version> + </dependency> </dependencies> -</project> \ No newline at end of file +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]