From 2c79afe4c3176ad481a750ca11c9a5ae8b04c429 Mon Sep 17 00:00:00 2001 From: Ravindranath Kakarla Date: Fri, 17 May 2024 15:42:19 -0700 Subject: [PATCH] Remove commons compression at project level. (#344) --- avro-flink-serde/pom.xml | 5 ----- common/pom.xml | 4 ---- pom.xml | 11 ++++++++--- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/avro-flink-serde/pom.xml b/avro-flink-serde/pom.xml index a5217bf9..591b77a4 100644 --- a/avro-flink-serde/pom.xml +++ b/avro-flink-serde/pom.xml @@ -149,11 +149,6 @@ - - org.apache.commons - commons-compress - 1.21 - org.apache.flink diff --git a/common/pom.xml b/common/pom.xml index 4c26d11b..2e54977a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -89,10 +89,6 @@ - - org.apache.commons - commons-compress - org.slf4j slf4j-api diff --git a/pom.xml b/pom.xml index b1afa22f..d011f3f2 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,6 @@ 1.0.39 1.14.2 4.8.120 - 1.21 3.8.1 2.12.2 @@ -168,12 +167,18 @@ org.apache.avro avro ${avro.version} + + + org.apache.commons + commons-compress + + - + org.apache.commons commons-compress - ${commons.compress.version} + provided org.apache.avro