From ed1f7bc142c0df1ae2b532d9cb95d61cc54a76a5 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Tue, 20 Feb 2024 11:39:36 +0100 Subject: [PATCH] Remove redundant explicit runtime dependencies --- plugin/trino-delta-lake/pom.xml | 18 ------------------ plugin/trino-hive/pom.xml | 24 ------------------------ plugin/trino-iceberg/pom.xml | 25 +------------------------ 3 files changed, 1 insertion(+), 66 deletions(-) diff --git a/plugin/trino-delta-lake/pom.xml b/plugin/trino-delta-lake/pom.xml index 3f72a58ed736..47dc7389d943 100644 --- a/plugin/trino-delta-lake/pom.xml +++ b/plugin/trino-delta-lake/pom.xml @@ -250,24 +250,6 @@ runtime - - io.trino - trino-filesystem-cache-alluxio - runtime - - - - io.trino - trino-memory-context - runtime - - - - org.alluxio - alluxio-core-common - runtime - - org.jetbrains annotations diff --git a/plugin/trino-hive/pom.xml b/plugin/trino-hive/pom.xml index 3415fe6323f3..144daddb169f 100644 --- a/plugin/trino-hive/pom.xml +++ b/plugin/trino-hive/pom.xml @@ -299,36 +299,12 @@ runtime - - io.opentelemetry - opentelemetry-sdk - runtime - - io.opentelemetry opentelemetry-sdk-trace runtime - - io.trino - trino-filesystem-gcs - runtime - - - - io.trino - trino-filesystem-s3 - runtime - - - - jakarta.xml.bind - jakarta.xml.bind-api - runtime - - org.apache.httpcomponents httpcore diff --git a/plugin/trino-iceberg/pom.xml b/plugin/trino-iceberg/pom.xml index 8571500cafe2..227b0b9a7618 100644 --- a/plugin/trino-iceberg/pom.xml +++ b/plugin/trino-iceberg/pom.xml @@ -317,42 +317,18 @@ runtime - - io.opentelemetry - opentelemetry-sdk - runtime - - io.opentelemetry opentelemetry-sdk-trace runtime - - io.opentelemetry.instrumentation - opentelemetry-aws-sdk-1.11 - runtime - - - - io.trino - trino-filesystem-cache-alluxio - runtime - - io.trino trino-filesystem-s3 runtime - - org.alluxio - alluxio-core-common - runtime - - org.apache.httpcomponents.client5 httpclient5 @@ -387,6 +363,7 @@ + org.postgresql postgresql runtime