Skip to content

Commit

Permalink
Add hadoop commons
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Jul 12, 2023
1 parent 413818c commit dd5ff0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions h2o-extensions/krbstandalone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description = "H2O Kerberos Standalone support"
dependencies {
api project(":h2o-core")
api project(":h2o-persist-hdfs")
compileOnly("org.apache.hadoop:hadoop-common:$defaultHadoopVersion")
api("org.apache.hadoop:hadoop-auth:$defaultHadoopVersion") {
// Pull all dependencies to allow run directly from IDE or command line
transitive = true
Expand Down
2 changes: 2 additions & 0 deletions h2o-persist-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ configurations {

dependencies {
api project(":h2o-core")
compileOnly("org.apache.hadoop:hadoop-common:$defaultHadoopVersion")
api("org.apache.hadoop:$defaultHdfsDependency:$defaultHadoopVersion") {
// Pull all dependencies to allow run directly from IDE or command line
transitive = true
}
api("org.apache.hadoop:hadoop-aws:$defaultHadoopVersion")

api("com.nimbusds:nimbus-jose-jwt:9.11.3")

testImplementation project(":h2o-test-support")
Expand Down
1 change: 1 addition & 0 deletions h2o-persist-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ configurations {

dependencies {
api project(":h2o-core")
compileOnly("org.apache.hadoop:hadoop-common:$defaultHadoopVersion")
api "com.amazonaws:aws-java-sdk-s3:${awsJavaSdkVersion}"
api "com.amazonaws:aws-java-sdk-sts:${awsJavaSdkVersion}" // Required by WebIdentityTokenCredentialsProvider from AWS SDK
api "org.apache.httpcomponents:httpclient:${httpClientVersion}"
Expand Down

0 comments on commit dd5ff0e

Please sign in to comment.