Skip to content

Commit

Permalink
removed unnecessary hadoop-aws package
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed May 15, 2024
1 parent 46edb73 commit 61c64de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions extended/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ dependencies {
compileOnly group: 'org.apache.parquet', name: 'parquet-hadoop', version: '1.13.1', withoutServers
// testImplementation analogous is not needed since is bundled via `test-utils` submodule
compileOnly group: 'org.apache.hadoop', name: 'hadoop-common', version: '3.4.0', withoutServers

compileOnly group: 'org.apache.hadoop', name: 'hadoop-aws', version: '3.4.0', {
exclude group: 'com.amazonaws'
}

compileOnly group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.16.1'
compileOnly group: 'org.apache.arrow', name: 'arrow-vector', version: '13.0.0'
Expand All @@ -124,11 +120,6 @@ dependencies {
testImplementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.16.1'
testImplementation group: 'org.apache.arrow', name: 'arrow-vector', version: '13.0.0'
testImplementation group: 'org.apache.arrow', name: 'arrow-memory-netty', version: '13.0.0'

testImplementation group: 'org.apache.hadoop', name: 'hadoop-aws', version: '3.4.0', {
exclude group: 'com.amazonaws'
}


// These dependencies affect the tests only, they will not be packaged in the resulting .jar
testImplementation project(':test-utils')
Expand Down
3 changes: 0 additions & 3 deletions extra-dependencies/hadoop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ dependencies {
implementation group: 'org.apache.parquet', name: 'parquet-hadoop', version: '1.13.1', commonExclusions
implementation group: 'org.apache.parquet', name: 'parquet-column', version: '1.13.1', commonExclusions
implementation group: 'org.apache.hadoop', name: 'hadoop-mapreduce-client-core', version: '3.4.0', commonExclusions
implementation group: 'org.apache.hadoop', name: 'hadoop-aws', version: '3.4.0', commonExclusions.andThen {
exclude group: 'com.amazonaws'
}
}


Expand Down

0 comments on commit 61c64de

Please sign in to comment.