OpenWebBeans JSF 2.x and JSF 1.2

Described in context here: Getting started

JSF 2.X Module

<dependency>
    <groupId>org.apache.openwebbeans</groupId>
    <artifactId>openwebbeans-jsf</artifactId>
    <version>${owb.version}</version>
    <scope>compile</scope>
</dependency>

JSF 1.2 Module

Note: this module got dropped with OWB-1.7.x.
With OWB-2.x and 1.7.x we now only support EE6 upwards and dropped any technology prior to 2009.

<dependency>
    <groupId>org.apache.openwebbeans</groupId>
    <artifactId>openwebbeans-jsf12</artifactId>
    <version>${owb.version}</version>
    <scope>compile</scope>
</dependency>