Skip to content

Commit d39ce22

Browse files
yanghuaiGitdujie
andauthored
[Feature-#1946][opengauss] Fix the issue of compilation failure (#1947)
Co-authored-by: dujie <[email protected]>
1 parent 1791a19 commit d39ce22

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

chunjun-connectors/chunjun-connector-gbase8s/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
<artifactId>chunjun-connector-jdbc-base</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
44+
45+
<!-- 建议从(https://cdn.gbase.cn/products/27/czrl6z38BvTfEQS4uyQcS/gbasedbtjdbc_3.5.1.jar)下载此驱动jar包,并install本地-->
4446
<dependency>
4547
<groupId>com.gbasedbt.jdbc.Driver</groupId>
4648
<artifactId>gbasedbt</artifactId>

chunjun-connectors/chunjun-connector-opengauss/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.opengauss</groupId>
4949
<artifactId>opengauss-jdbc</artifactId>
50-
<version>5.0.1</version>
50+
<version>5.0.1-og</version>
5151
</dependency>
5252
</dependencies>
5353

chunjun-connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<module>chunjun-connector-greenplum</module>
5959
<module>chunjun-connector-dm</module>
6060
<module>chunjun-connector-gbase</module>
61-
<module>chunjun-connector-gbase8s</module>
61+
<!-- <module>chunjun-connector-gbase8s</module>-->
6262
<!-- <module>chunjun-connector-gbasehk</module>-->
6363
<module>chunjun-connector-clickhouse</module>
6464
<module>chunjun-connector-saphana</module>

0 commit comments

Comments
 (0)