From 52a0fd204b18290b5ec87169af65b7b987594ed9 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Mon, 2 Dec 2024 12:18:04 +0000 Subject: [PATCH] Remove unused kotlinx-serialization dependency (#5639) --- pom.xml | 5 ----- utils/protobuf-schema-utilities/pom.xml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 4c64c10e41..35f6e7f2c2 100644 --- a/pom.xml +++ b/pom.xml @@ -590,11 +590,6 @@ wire-schema-jvm ${wire-schema.version} - - org.jetbrains.kotlinx - kotlinx-serialization-core - 1.7.3 - com.ibm.icu icu4j diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 6bd88d78f1..8c392e2d0e 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -37,10 +37,6 @@ com.squareup.wire wire-schema-jvm - - org.jetbrains.kotlinx - kotlinx-serialization-core - com.ibm.icu icu4j