File tree Expand file tree Collapse file tree
narayana/src/main/java/com/kumuluz/ee/jta/narayana Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <artifactId >javax.resource-api</artifactId >
3030 </dependency >
3131
32+ <dependency >
33+ <groupId >org.jboss.weld.module</groupId >
34+ <artifactId >weld-jta</artifactId >
35+ <version >${weld.version} </version >
36+ </dependency >
37+
3238 <dependency >
3339 <groupId >com.kumuluz.ee</groupId >
3440 <artifactId >kumuluzee-cdi-weld</artifactId >
Original file line number Diff line number Diff line change 2626import com .kumuluz .ee .common .ServletServer ;
2727import com .kumuluz .ee .common .config .EeConfig ;
2828import com .kumuluz .ee .common .dependencies .EeComponentDef ;
29+ import com .kumuluz .ee .common .dependencies .EeComponentDependency ;
2930import com .kumuluz .ee .common .dependencies .EeComponentType ;
3031import com .kumuluz .ee .common .wrapper .KumuluzServerWrapper ;
3132import com .kumuluz .ee .jta .common .JtaProvider ;
3940 * @since 2.3.0
4041 */
4142@ EeComponentDef (name = "Narayana JTA" , type = EeComponentType .JTA )
43+ @ EeComponentDependency (value = EeComponentType .CDI )
4244public class JtaComponent implements Component {
4345
4446 private Logger log = Logger .getLogger (JtaComponent .class .getSimpleName ());
You can’t perform that action at this time.
0 commit comments