You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2023/03/24 03:09:00 UTC

[shardingsphere] branch 5.3.2-release updated: Fix test scope in shardingsphere-proxy-backend-opengauss

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

wuweijie pushed a commit to branch 5.3.2-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/5.3.2-release by this push:
     new 101052e46e3 Fix test scope in shardingsphere-proxy-backend-opengauss
101052e46e3 is described below

commit 101052e46e3bfe7189463d5d3857cd0aa2fe0286
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Fri Mar 24 11:08:46 2023 +0800

    Fix test scope in shardingsphere-proxy-backend-opengauss
---
 proxy/backend/type/opengauss/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxy/backend/type/opengauss/pom.xml b/proxy/backend/type/opengauss/pom.xml
index 1c5f4800ba1..4e298233556 100644
--- a/proxy/backend/type/opengauss/pom.xml
+++ b/proxy/backend/type/opengauss/pom.xml
@@ -43,6 +43,7 @@
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-test-util</artifactId>
             <version>${project.version}</version>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>