This is an automated email from the ASF dual-hosted git repository. healchow pushed a commit to branch release-1.2.0 in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
commit 44cd709fd99aea687a96d61cc315cc66296f9a5c 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 3d5fab00d..038650689 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>
