You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2006/04/13 23:31:20 UTC

svn commit: r393947 - /struts/action/trunk/apps/faces-example1/pom.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org