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 <[email protected]>
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>

Reply via email to