On Tue, Aug 11, 2009 at 12:17 PM, Leonardo Uribe<[email protected]> wrote:
> Hi
>
> Myfaces core 2.0 now uses shared-impl-4.0.1. This is specific for version
> 2.0, so you can change the renderers directly on that package.
>
> regards
>
> Leonardo Uribe
>

That's not what it looks like to me:

<groupId>org.apache.myfaces.shared</groupId>
<artifactId>myfaces-shared-project</artifactId>
<packaging>pom</packaging>
<name>Apache MyFaces Shared For JSF 2.0 - Project</name>
<version>4.0.1-SNAPSHOT</version>
.
.
.
    <dependency>
      <groupId>org.apache.myfaces.core</groupId>
      <artifactId>myfaces-api</artifactId>
      <version>1.2.0</version>
      <scope>provided</scope>
    </dependency>

Perhaps I should update the POM to depend on 2.0 as well?  Let me know.

Thanks,


Curtiss Howard

Reply via email to