Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Aug 14, 2024
1 parent bfbc44c commit 6d300bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/plugin_config
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ connector-cdc-mongodb
connector-cdc-sqlserver
connector-cdc-postgres
connector-cdc-oracle
connector-cdc-tidb
connector-clickhouse
connector-datahub
connector-dingtalk
Expand Down
2 changes: 1 addition & 1 deletion seatunnel-connectors-v2/connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<oceanbase.jdbc.version>2.4.3</oceanbase.jdbc.version>
<xugu.jdbc.version>12.2.0</xugu.jdbc.version>
<iris.jdbc.version>3.0.0</iris.jdbc.version>
<tikv.version>3.2.0</tikv.version>
<tikv.version>3.3.5</tikv.version>
</properties>

<dependencyManagement>
Expand Down
12 changes: 12 additions & 0 deletions seatunnel-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<hive.jdbc.version>3.1.3</hive.jdbc.version>
<aliyun.sdk.oss.version>3.4.1</aliyun.sdk.oss.version>
<jdom.version>1.1</jdom.version>
<tidb.version>3.3.5</tidb.version>
</properties>
<dependencies>
<!-- starters -->
Expand Down Expand Up @@ -510,6 +511,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-cdc-tidb</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-cdc-postgres</artifactId>
Expand Down Expand Up @@ -690,6 +697,11 @@
<version>${snowflake.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.tikv</groupId>
<artifactId>tikv-client-java</artifactId>
<version>${tidb.version}</version>
</dependency>
<!-- jdbc driver end -->

<dependency>
Expand Down

0 comments on commit 6d300bd

Please sign in to comment.