mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Enable JTA transactions
This commit is contained in:
parent
42c368934b
commit
e59e59e496
15
pom.xml
15
pom.xml
@ -877,6 +877,21 @@
|
|||||||
<version>${cxf.version}</version>
|
<version>${cxf.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- End of CXF dependencies -->
|
<!-- End of CXF dependencies -->
|
||||||
|
|
||||||
|
<!-- Transaction Mgt features -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.wso2.carbon.commons</groupId>
|
||||||
|
<artifactId>org.wso2.carbon.transaction.manager.feature</artifactId>
|
||||||
|
<type>zip</type>
|
||||||
|
<version>${carbon.commons.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.wso2.carbon.commons</groupId>
|
||||||
|
<artifactId>org.wso2.carbon.transaction.manager</artifactId>
|
||||||
|
<version>${carbon.commons.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- End of transaction Mgt features -->
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user