What repo is MyFaces coming from? On ibiblio it looks like the groupId for v1.1.2 is 'org.apache.myfaces.core' http://www.ibiblio.org/maven2/org/apache/myfaces/core/myfaces-api/1.1.2/
-- Wendy
--- struts/action2/trunk/apps/showcase/pom.xml (original) +++ struts/action2/trunk/apps/showcase/pom.xml Sat May 20 21:13:53 2006 @@ -83,6 +83,17 @@ <version>1.2.1</version> <scope>provided</scope> </dependency> + + <dependency> + <groupId>myfaces</groupId> + <artifactId>myfaces-impl</artifactId> + <version>1.1.2</version> + </dependency> + <dependency> + <groupId>myfaces</groupId> + <artifactId>myfaces-api</artifactId> + <version>1.1.2</version> + </dependency> </dependencies>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]