This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-hive.git
commit 969352814b9f4f767938b664589e1750da24bb90 Author: Xu Huang <[email protected]> AuthorDate: Tue Oct 1 09:52:17 2024 +0800 [FLINK-36336] Remove deprecated dataset API exclude table module --- flink-connector-hive/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flink-connector-hive/pom.xml b/flink-connector-hive/pom.xml index 36ba7cda..cdb41a4f 100644 --- a/flink-connector-hive/pom.xml +++ b/flink-connector-hive/pom.xml @@ -759,12 +759,6 @@ under the License. </dependency> <!--flink-java and flink-clients test dependencies used for HiveInputFormatTest--> - <dependency> - <groupId>org.apache.flink</groupId> - <artifactId>flink-java</artifactId> - <version>${flink.version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-clients</artifactId>
