Described in context here: Getting started
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-jsf</artifactId>
<version>${owb.version}</version>
<scope>compile</scope>
</dependency>
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>