This is an automated email from the ASF dual-hosted git repository.
panjuan 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 004926b Modify seata scope (#16025)
004926b is described below
commit 004926b11dcd5c977fc3690d3672362e45db47ce
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Mar 13 12:34:59 2022 +0800
Modify seata scope (#16025)
---
pom.xml | 2 +-
.../shardingsphere-transaction-base-seata-at/pom.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dfa2809..6b05bdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,7 +372,7 @@
<groupId>io.seata</groupId>
<artifactId>seata-all</artifactId>
<version>${seata.version}</version>
- <scope>provided</scope>
+ <scope>test</scope>
</dependency>
<dependency>
diff --git
a/shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-base/shardingsphere-transaction-base-seata-at/pom.xml
b/shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-base/shardingsphere-transaction-base-seata-at/pom.xml
index 8f0c014..537ff2e 100644
---
a/shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-base/shardingsphere-transaction-base-seata-at/pom.xml
+++
b/shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-base/shardingsphere-transaction-base-seata-at/pom.xml
@@ -43,6 +43,7 @@
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-all</artifactId>
+ <scope>provided</scope>
</dependency>
</dependencies>
</project>