You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/01/07 10:48:33 UTC

[shardingsphere] branch master updated: add openGauss parser for jdbc-core. (#14608)

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

duanzhengqiang 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 b92a7bf  add openGauss parser for jdbc-core. (#14608)
b92a7bf is described below

commit b92a7bfec9377e440f962e75e987de75fca0ad57
Author: tuichenchuxin <86...@users.noreply.github.com>
AuthorDate: Fri Jan 7 18:47:47 2022 +0800

    add openGauss parser for jdbc-core. (#14608)
---
 shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml b/shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml
index dbfdde1..1acc265 100644
--- a/shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml
+++ b/shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml
@@ -59,6 +59,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
+            <artifactId>shardingsphere-sql-parser-opengauss</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-authority-core</artifactId>
             <version>${project.version}</version>
         </dependency>