This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new f76e78239 [INLONG-4385][Sort] Remove the
mysql:mysql-connector-java:jar:8.0.21 package (#4387)
f76e78239 is described below
commit f76e782398d4a86832f2f3bba18e468602be4227
Author: ganfengtan <[email protected]>
AuthorDate: Thu May 26 14:58:55 2022 +0800
[INLONG-4385][Sort] Remove the mysql:mysql-connector-java:jar:8.0.21
package (#4387)
---
inlong-sort/pom.xml | 10 ----------
inlong-sort/sort-connectors/mysql-cdc/pom.xml | 21 ---------------------
inlong-sort/sort-connectors/pom.xml | 10 ----------
licenses/inlong-sort/LICENSE | 2 --
4 files changed, 43 deletions(-)
diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 87b765b5a..484808882 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -47,16 +47,6 @@
</properties>
<dependencyManagement>
<dependencies>
- <dependency>
- <groupId>io.debezium</groupId>
- <artifactId>debezium-connector-mysql</artifactId>
- <version>${debezium.version}</version>
- </dependency>
- <dependency>
- <groupId>io.debezium</groupId>
- <artifactId>debezium-connector-sqlserver</artifactId>
- <version>${debezium.version}</version>
- </dependency>
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-api</artifactId>
diff --git a/inlong-sort/sort-connectors/mysql-cdc/pom.xml
b/inlong-sort/sort-connectors/mysql-cdc/pom.xml
index a704caff2..abf910fbd 100644
--- a/inlong-sort/sort-connectors/mysql-cdc/pom.xml
+++ b/inlong-sort/sort-connectors/mysql-cdc/pom.xml
@@ -37,27 +37,6 @@
<dependency>
<groupId>com.ververica</groupId>
<artifactId>flink-connector-mysql-cdc</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>flink-connector-debezium</artifactId>
- <groupId>com.ververica</groupId>
- </exclusion>
- <exclusion>
- <artifactId>debezium-connector-mysql</artifactId>
- <groupId>io.debezium</groupId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>io.debezium</groupId>
- <artifactId>debezium-connector-mysql</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>debezium-core</artifactId>
- <groupId>io.debezium</groupId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
diff --git a/inlong-sort/sort-connectors/pom.xml
b/inlong-sort/sort-connectors/pom.xml
index 61522ef16..de116b316 100644
--- a/inlong-sort/sort-connectors/pom.xml
+++ b/inlong-sort/sort-connectors/pom.xml
@@ -181,16 +181,6 @@
<dependency>
<groupId>com.ververica</groupId>
<artifactId>flink-connector-sqlserver-cdc</artifactId>
- <exclusions>
- <exclusion>
- <groupId>io.debezium</groupId>
- <artifactId>debezium-connector-sqlserver</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>io.debezium</groupId>
- <artifactId>debezium-connector-sqlserver</artifactId>
</dependency>
</dependencies>
diff --git a/licenses/inlong-sort/LICENSE b/licenses/inlong-sort/LICENSE
index 0fd05403b..212ca0872 100644
--- a/licenses/inlong-sort/LICENSE
+++ b/licenses/inlong-sort/LICENSE
@@ -670,8 +670,6 @@ The text of each license is the standard Apache 2.0 license.
org.apache.zookeeper:zookeeper:3.6.3 - Apache ZooKeeper - Server
(https://github.com/apache/zookeeper/tree/release-3.6.3/zookeeper-server),
(Apache License, Version 2.0)
org.apache.zookeeper:zookeeper-jute:3.6.3 - Apache ZooKeeper - Jute
(https://github.com/apache/zookeeper/tree/release-3.6.3/zookeeper-jute),
(Apache License, Version 2.0)
io.streamnative.connectors:pulsar-flink-connector_2.11:1.13.6.1-rc9 -
StreamNative :: Pulsar Flink Connector :: Scala 2.11
(https://github.com/streamnative/pulsar-flink/blob/release-1.13/LICENSE),
(Apache License, Version 2.0)
- io.debezium:debezium-connector-sqlserver:1.5.4.Final - Apache debezium
(https://github.com/debezium/debezium/tree/v1.5.4.Final/debezium-connector-sqlserver),
(Apache License, Version 2.0)
- io.debezium:debezium-connector-mysql:1.5.4.Final - Apache debezium
(https://github.com/debezium/debezium/tree/v1.5.4.Final/debezium-connector-mysql),
(Apache License, Version 2.0)
io.debezium:debezium-core:1.5.4.Final - Apache debezium
(https://github.com/debezium/debezium/tree/v1.5.4.Final/debezium-core), (Apache
License, Version 2.0)
io.debezium:debezium-embedded:1.5.4.Final - Apache debezium
(https://github.com/debezium/debezium/tree/v1.5.4.Final/debezium-embedded),
(Apache License, Version 2.0)
io.debezium:debezium-api:1.5.4.Final - Apache debezium
(https://github.com/debezium/debezium/tree/v1.5.4.Final/debezium-api), (Apache
License, Version 2.0)