Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Java-EE5 Application Servers with Apache OpenWebBeans

Add Apache OpenWebBeans to the project (see the documentation of the project).

Code Block
xml
xml
titleJava-EE5 module for OpenWebBeans
<dependency>
    <groupId>org.apache.myfaces.extensions.cdi.modules.jee5-support</groupId>
    <artifactId>myfaces-extcdi-jee5-openwebbeans-support</artifactId>
    <version>${myfaces.codi.version}</version>
    <scope>runtime</scope>
</dependency>

...

Java-EE5 Application Servers with Weld

Add Weld to the project (see the documentation of the project).

Code Block
xml
xml
titleJava-EE5 module for Weld
<dependency>
    <groupId>org.apache.myfaces.extensions.cdi.modules.jee5-support</groupId>
    <artifactId>myfaces-extcdi-jee5-weld-support</artifactId>
    <version>${myfaces.codi.version}</version>
    <scope>runtime</scope>
</dependency>

...