Skip to content

Commit 4ba3fc6

Browse files
authored
Remove problem dependency (#1686)
* Remove pentaho dependency failing builds
1 parent e22379e commit 4ba3fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hive/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ sourcesJar {
3333
dependencies {
3434
provided("org.apache.hive:hive-service:$hiveVersion") {
3535
exclude module: "log4j-slf4j-impl"
36+
exclude module: "pentaho-aggdesigner-algorithm"
3637
}
3738

3839
itestRuntime("org.apache.hive:hive-jdbc:$hiveVersion") {

0 commit comments

Comments
 (0)