Author: jmitchell Date: Thu Apr 13 14:31:19 2006 New Revision: 393947 URL: http://svn.apache.org/viewcvs?rev=393947&view=rev Log: Fix dependency
Modified: struts/action/trunk/apps/faces-example1/pom.xml Modified: struts/action/trunk/apps/faces-example1/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/pom.xml?rev=393947&r1=393946&r2=393947&view=diff ============================================================================== --- struts/action/trunk/apps/faces-example1/pom.xml (original) +++ struts/action/trunk/apps/faces-example1/pom.xml Thu Apr 13 14:31:19 2006 @@ -62,7 +62,12 @@ <groupId>myfaces</groupId> <artifactId>myfaces-impl</artifactId> <version>1.0.9</version> - </dependency> + </dependency> + <dependency> + <groupId>myfaces</groupId> + <artifactId>myfaces-extensions</artifactId> + <version>1.0.9</version> + </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]