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

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


The following commit(s) were added to refs/heads/master by this push:
     new 881627dcda9 [FLINK-27640][Connector/Hive] Exclude 
pentaho-aggdesigner-algorithm from Hive connector dependencies. This closes 
#21653
881627dcda9 is described below

commit 881627dcda9f5cdea9e095d7aff854fbf9508785
Author: Chen Qin <qinnc...@gmail.com>
AuthorDate: Thu Jan 12 04:15:58 2023 -0800

    [FLINK-27640][Connector/Hive] Exclude pentaho-aggdesigner-algorithm from 
Hive connector dependencies. This closes #21653
---
 flink-connectors/flink-connector-hive/pom.xml | 28 +++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/flink-connectors/flink-connector-hive/pom.xml 
b/flink-connectors/flink-connector-hive/pom.xml
index a8985292527..a1e1c0e62b5 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -70,6 +70,10 @@ under the License.
                                                <groupId>org.slf4j</groupId>
                                                
<artifactId>slf4j-reload4j</artifactId>
                                        </exclusion>
+                                       <exclusion>
+                                               <groupId>org.pentaho</groupId>
+                                               
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                                       </exclusion>
                                </exclusions>
                        </dependency>
 
@@ -118,6 +122,10 @@ under the License.
                                                <groupId>org.slf4j</groupId>
                                                
<artifactId>slf4j-reload4j</artifactId>
                                        </exclusion>
+                                       <exclusion>
+                                               <groupId>org.pentaho</groupId>
+                                               
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                                       </exclusion>
                                </exclusions>
                        </dependency>
 
@@ -504,6 +512,10 @@ under the License.
                                        <groupId>org.apache.derby</groupId>
                                        <artifactId>derby</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.pentaho</groupId>
+                                       
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -895,6 +907,10 @@ under the License.
                                        <groupId>org.slf4j</groupId>
                                        <artifactId>slf4j-reload4j</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.pentaho</groupId>
+                                       
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -960,6 +976,10 @@ under the License.
                                        <groupId>org.slf4j</groupId>
                                        <artifactId>slf4j-reload4j</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.pentaho</groupId>
+                                       
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -997,6 +1017,10 @@ under the License.
                                        <groupId>org.slf4j</groupId>
                                        <artifactId>slf4j-reload4j</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.pentaho</groupId>
+                                       
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -1100,6 +1124,10 @@ under the License.
                                        <groupId>org.slf4j</groupId>
                                        <artifactId>slf4j-reload4j</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.pentaho</groupId>
+                                       
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
        </dependencies>

Reply via email to