This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 975d23b0e4c07fdeb4b801fae96c2a527415f9d0
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue May 9 13:05:01 2023 +0200

    [hotfix][hive] Mark mapreduce-client-core as provided
    
    Clarify that this dependency is meant to be provided by the user.
---
 flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml 
b/flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
index a39b2523434..e7d932d2d2c 100644
--- a/flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
+++ b/flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
@@ -89,6 +89,7 @@ under the License.
                        <groupId>org.apache.hadoop</groupId>
                        <artifactId>hadoop-mapreduce-client-core</artifactId>
                        <version>3.1.0</version>
+                       <scope>provided</scope>
                        <exclusions>
                                <exclusion>
                                        <groupId>log4j</groupId>

Reply via email to