I am currently using MyFaces 1.1.1 in a project that is built via Maven 2.x. Below are the dependency entries in pom.xml related to MyFaces. How do they need to change for 1.1.2?

    <dependency>
      <groupId>myfaces</groupId>
      <artifactId>myfaces-impl</artifactId>
      <version>1.1.1</version>
    </dependency>
    <dependency>
      <groupId>myfaces</groupId>
      <artifactId>tomahawk</artifactId>
      <version>1.1.1</version>
    </dependency>


In general I rely on Maven to download any dependencies need for a specific application, thus I may not download the distribution. The "Upgrading" and "Getting Started" sections of the documentation should address Maven dependencies.

I would also like to thank the MyFaces developers for their work.

Paul Spencer

Reply via email to