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

snuyanzin pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 796b833a210 [FLINK-27640][Connector/Hive][SQL Client] Exclude Pentaho 
dependency from Hive to avoid build problems with newer Maven versions. Newer 
Maven versions block http repositories such as conjars. Conjars is where 
Pentaho artifacts are stored (#22299) (#22319)
796b833a210 is described below

commit 796b833a21004a41ade73cf74d5195d74be1f66e
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Mon Apr 3 09:41:30 2023 +0200

    [FLINK-27640][Connector/Hive][SQL Client] Exclude Pentaho dependency from 
Hive to avoid build problems with newer Maven versions. Newer Maven versions 
block http repositories such as conjars. Conjars is where Pentaho artifacts are 
stored (#22299) (#22319)
    
    Co-authored-by: Martijn Visser <martijnvis...@apache.org>
---
 flink-connectors/flink-connector-hive/pom.xml | 4 ++++
 flink-table/flink-sql-client/pom.xml          | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/flink-connectors/flink-connector-hive/pom.xml 
b/flink-connectors/flink-connector-hive/pom.xml
index 469c731cc79..25367c1a40c 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -508,6 +508,10 @@ under the License.
                                        <groupId>org.slf4j</groupId>
                                        <artifactId>slf4j-log4j12</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.pentaho</groupId>
+                                       
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
diff --git a/flink-table/flink-sql-client/pom.xml 
b/flink-table/flink-sql-client/pom.xml
index f38592339ca..13e11904b26 100644
--- a/flink-table/flink-sql-client/pom.xml
+++ b/flink-table/flink-sql-client/pom.xml
@@ -425,6 +425,10 @@ under the License.
                                        <groupId>commons-lang</groupId>
                                        <artifactId>commons-lang</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.pentaho</groupId>
+                                       
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 

Reply via email to