You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2021/01/15 10:23:11 UTC

[shardingsphere] branch master updated: remove default narayana spi to proxy (#9053)

This is an automated email from the ASF dual-hosted git repository.

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a0f3b00  remove default narayana spi to proxy (#9053)
a0f3b00 is described below

commit a0f3b00ba12d00fb7717e76305b1c33c45ebea1f
Author: xiaoyu <54...@qq.com>
AuthorDate: Fri Jan 15 18:22:19 2021 +0800

    remove default narayana spi to proxy (#9053)
---
 .../user-manual/shardingsphere-proxy/usage/transaction.cn.md        | 6 ++++++
 shardingsphere-proxy/shardingsphere-proxy-backend/pom.xml           | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/document/content/user-manual/shardingsphere-proxy/usage/transaction.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/usage/transaction.cn.md
index 3726eda..2b9856c 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/usage/transaction.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/usage/transaction.cn.md
@@ -21,6 +21,12 @@ ShardingSphere-Proxy 接入的分布式事务 API 同 ShardingSphere-JDBC 保持
     <jboss-transaction-spi.version>7.6.0.Final</jboss-transaction-spi.version>
     <jboss-logging.version>3.2.1.Final</jboss-logging.version>
 </propeties>
+
+<dependency>
+    <groupId>org.apache.shardingsphere</groupId>
+    <artifactId>shardingsphere-transaction-xa-narayana</artifactId>
+    <version>${shardingsphere.version}</version>
+</dependency>
 <dependency>
     <groupId>org.jboss.narayana.jta</groupId>
     <artifactId>jta</artifactId>
diff --git a/shardingsphere-proxy/shardingsphere-proxy-backend/pom.xml b/shardingsphere-proxy/shardingsphere-proxy-backend/pom.xml
index 327d52d..3f7b40d 100644
--- a/shardingsphere-proxy/shardingsphere-proxy-backend/pom.xml
+++ b/shardingsphere-proxy/shardingsphere-proxy-backend/pom.xml
@@ -112,12 +112,6 @@
             <artifactId>shardingsphere-transaction-xa-core</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-transaction-xa-narayana</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>