diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-09 13:38:56 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-09 14:03:54 +0200 |
| commit | 0eb4fa604efe4e0b84d69749f688a79c2249c8b3 (patch) | |
| tree | 96efef3c0aa511093c793dae6ea648448510bb68 /gradle | |
| parent | 77075ff4680667da70bdee00be7fa83539a50439 (diff) | |
build: Eliminate most Hadoop dependencies
This change eliminates all Hadoop dependencies that are not necessary
for Parquet to work correctly. As a result, the number of dependencies
should now be greatly reduced, which in turn leads to less artifacts
that need to be retrieved at build time.
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4faa0476..22f713f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,6 +46,5 @@ kotlinx-benchmark-runtime-jvm = { module = "org.jetbrains.kotlinx:kotlinx-benchm # Other mongodb = { module = "org.mongodb:mongodb-driver-sync", version = "4.2.3" } classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.105" } -hadoop-client = { module = "org.apache.hadoop:hadoop-client", version.ref = "hadoop" } hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" } hadoop-mapreduce-client-core = { module = "org.apache.hadoop:hadoop-mapreduce-client-core", version.ref = "hadoop" } |
