This is an automated email from the ASF dual-hosted git repository.
healchow 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 40dcd68d6 [INLONG-4596][Sort] Fix jdbc-connector packaging lost
dependencies (#4597)
40dcd68d6 is described below
commit 40dcd68d6c19c86a42cccc7f9d6013407785c10c
Author: pacino <[email protected]>
AuthorDate: Thu Jun 9 09:58:21 2022 +0800
[INLONG-4596][Sort] Fix jdbc-connector packaging lost dependencies (#4597)
---
inlong-sort/sort-connectors/jdbc/pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/inlong-sort/sort-connectors/jdbc/pom.xml
b/inlong-sort/sort-connectors/jdbc/pom.xml
index 0d3b6f1bd..a83d99557 100644
--- a/inlong-sort/sort-connectors/jdbc/pom.xml
+++ b/inlong-sort/sort-connectors/jdbc/pom.xml
@@ -83,18 +83,6 @@
<goals>
<goal>shade</goal>
</goals>
- <configuration>
- <artifactSet>
- <includes>
-
<include>org.apache.flink:flink-connector-jdbc_${flink.scala.binary.version}</include>
-
<include>org.postgresql:postgresql</include>
-
<include>com.microsoft.sqlserver:mssql-jdbc</include>
-
<include>ru.yandex.clickhouse:clickhouse-jdbc</include>
-
<include>mysql:mysql-connector-java</include>
-
<include>com.oracle.database.jdbc:*</include>
- </includes>
- </artifactSet>
- </configuration>
</execution>
</executions>
</plugin>