Skip to content

Commit 881627d

Browse files
authored
[FLINK-27640][Connector/Hive] Exclude pentaho-aggdesigner-algorithm from Hive connector dependencies. This closes #21653
1 parent 6a15b7e commit 881627d

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

flink-connectors/flink-connector-hive/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ under the License.
7070
<groupId>org.slf4j</groupId>
7171
<artifactId>slf4j-reload4j</artifactId>
7272
</exclusion>
73+
<exclusion>
74+
<groupId>org.pentaho</groupId>
75+
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
76+
</exclusion>
7377
</exclusions>
7478
</dependency>
7579

@@ -118,6 +122,10 @@ under the License.
118122
<groupId>org.slf4j</groupId>
119123
<artifactId>slf4j-reload4j</artifactId>
120124
</exclusion>
125+
<exclusion>
126+
<groupId>org.pentaho</groupId>
127+
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
128+
</exclusion>
121129
</exclusions>
122130
</dependency>
123131

@@ -504,6 +512,10 @@ under the License.
504512
<groupId>org.apache.derby</groupId>
505513
<artifactId>derby</artifactId>
506514
</exclusion>
515+
<exclusion>
516+
<groupId>org.pentaho</groupId>
517+
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
518+
</exclusion>
507519
</exclusions>
508520
</dependency>
509521

@@ -895,6 +907,10 @@ under the License.
895907
<groupId>org.slf4j</groupId>
896908
<artifactId>slf4j-reload4j</artifactId>
897909
</exclusion>
910+
<exclusion>
911+
<groupId>org.pentaho</groupId>
912+
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
913+
</exclusion>
898914
</exclusions>
899915
</dependency>
900916

@@ -960,6 +976,10 @@ under the License.
960976
<groupId>org.slf4j</groupId>
961977
<artifactId>slf4j-reload4j</artifactId>
962978
</exclusion>
979+
<exclusion>
980+
<groupId>org.pentaho</groupId>
981+
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
982+
</exclusion>
963983
</exclusions>
964984
</dependency>
965985

@@ -997,6 +1017,10 @@ under the License.
9971017
<groupId>org.slf4j</groupId>
9981018
<artifactId>slf4j-reload4j</artifactId>
9991019
</exclusion>
1020+
<exclusion>
1021+
<groupId>org.pentaho</groupId>
1022+
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
1023+
</exclusion>
10001024
</exclusions>
10011025
</dependency>
10021026

@@ -1100,6 +1124,10 @@ under the License.
11001124
<groupId>org.slf4j</groupId>
11011125
<artifactId>slf4j-reload4j</artifactId>
11021126
</exclusion>
1127+
<exclusion>
1128+
<groupId>org.pentaho</groupId>
1129+
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
1130+
</exclusion>
11031131
</exclusions>
11041132
</dependency>
11051133
</dependencies>

0 commit comments

Comments
 (0)