Skip to content

Commit

Permalink
Fix usage of http client
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Jul 20, 2023
1 parent 16c6c68 commit a9ce21b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions h2o-parsers/h2o-orc-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ dependencies {
api(project(":h2o-persist-hdfs")) {
exclude group: 'ai.h2o', module: 'h2o-core'
exclude group: 'net.java.dev.jets3t', module: 'jets3t'
exclude group: 'org.apache.hadoop', module: 'hadoop-client'
exclude group: 'org.apache.hadoop', module: 'hadoop-aws'
exclude group: 'org.apache.hadoop'
}

// Note: What is connection between hive-exec version and hadoop-version and orc version?
Expand Down

0 comments on commit a9ce21b

Please sign in to comment.