We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22379e commit 4ba3fc6Copy full SHA for 4ba3fc6
hive/build.gradle
@@ -33,6 +33,7 @@ sourcesJar {
33
dependencies {
34
provided("org.apache.hive:hive-service:$hiveVersion") {
35
exclude module: "log4j-slf4j-impl"
36
+ exclude module: "pentaho-aggdesigner-algorithm"
37
}
38
39
itestRuntime("org.apache.hive:hive-jdbc:$hiveVersion") {
0 commit comments