The microBean Narayana JTA Weld SE Integration project integrates the Narayana transaction engine into CDI 2.0 SE environments.
To install the microBean Narayana JTA Weld SE Integration project, ensure that it and its dependencies are present on the classpath at runtime. In Maven, your dependency stanza should look like this:
<dependency>
<groupId>org.microbean</groupId>
<artifactId>microbean-narayana-jta-weld-se</artifactId>
<!-- See http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.microbean%22%20AND%20a%3A%22microbean-narayana-jta-weld-se%22 for available releases. -->
<version>0.2.4</version>
<type>jar</type>
<scope>runtime</scope>
</dependency>
Releases are available in Maven Central. Snapshots are available in Sonatype Snapshots.