We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7d932 commit 18d63a7Copy full SHA for 18d63a7
jdbc/pom.xml
@@ -47,6 +47,11 @@
47
<artifactId>shardingsphere-transaction-core</artifactId>
48
<version>${project.version}</version>
49
</dependency>
50
+ <dependency>
51
+ <groupId>org.apache.shardingsphere</groupId>
52
+ <artifactId>shardingsphere-transaction-xa-core</artifactId>
53
+ <version>${project.parent.version}</version>
54
+ </dependency>
55
<dependency>
56
<groupId>org.apache.shardingsphere</groupId>
57
<artifactId>shardingsphere-global-clock-core</artifactId>
0 commit comments