Skip to content

Commit

Permalink
remove aws dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
modithah committed Oct 23, 2023
1 parent 098fe17 commit c7639fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ ext.libraries = [
failsafe: 'net.jodah:failsafe:2.4.0',
fastUtil: 'it.unimi.dsi:fastutil:8.3.0',
hadoopCommon: "org.apache.hadoop:hadoop-common:${hadoopVersion}",
hadoopAws: "org.apache.hadoop:hadoop-aws:${hadoopVersion}",
helix: 'org.apache.helix:helix-core:1.1.0',
httpAsyncClient: 'org.apache.httpcomponents:httpasyncclient:4.1.2',
httpClient5: 'org.apache.httpcomponents.client5:httpclient5:5.2.1',
Expand Down
1 change: 0 additions & 1 deletion clients/venice-push-job/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies {
runtimeOnly libraries.commonsLang
runtimeOnly libraries.httpCore
runtimeOnly libraries.httpClient
runtimeOnly libraries.hadoopAws
}

apply from: "$rootDir/gradle/helper/publishing.gradle"
Expand Down

0 comments on commit c7639fd

Please sign in to comment.