OpenWebBeans Tomcat 7, 8, 8.5 and 9

Note: You also need other modules to run OpenWebBeans on Tomcat. These Tomcat plugins only adds extra features like injection into Servlets and are not even mandatory for running on Tomcat. For more information read Getting started.

Tomcat 7 and above

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