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 /opendc-experiments/opendc-experiments-tf20 | |
| 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 'opendc-experiments/opendc-experiments-tf20')
| -rw-r--r-- | opendc-experiments/opendc-experiments-tf20/build.gradle.kts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts index 64483bd4..b088045b 100644 --- a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts @@ -38,9 +38,4 @@ dependencies { implementation(projects.opendcUtils) implementation(libs.kotlin.logging) - implementation(libs.parquet) - implementation(libs.hadoop.client) { - exclude(group = "org.slf4j", module = "slf4j-log4j12") - exclude(group = "log4j") - } } |
