Skip to content

Commit 18d63a7

Browse files
authored
Add shardingsphere-transaction-xa-core on jdbc distribution (#36174)
1 parent 7b7d932 commit 18d63a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jdbc/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<artifactId>shardingsphere-transaction-core</artifactId>
4848
<version>${project.version}</version>
4949
</dependency>
50+
<dependency>
51+
<groupId>org.apache.shardingsphere</groupId>
52+
<artifactId>shardingsphere-transaction-xa-core</artifactId>
53+
<version>${project.parent.version}</version>
54+
</dependency>
5055
<dependency>
5156
<groupId>org.apache.shardingsphere</groupId>
5257
<artifactId>shardingsphere-global-clock-core</artifactId>

0 commit comments

Comments
 (0)