From e8371d93581b7d8c79c3399a4a96c107b89b442c Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Tue, 27 Aug 2024 18:16:25 +0100 Subject: [PATCH] remove the wire-compiler dependency (#5077) --- pom.xml | 11 ++--------- serdes/protobuf-serde/pom.xml | 4 ---- utils/protobuf-schema-utilities/pom.xml | 10 ++-------- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index c495339eba..1de35ef7f6 100644 --- a/pom.xml +++ b/pom.xml @@ -581,15 +581,8 @@ com.squareup.wire - wire-compiler - ${wire-compiler.version} - - - - com.squareup.wire - wire-grpc-client - - + wire-schema-jvm + ${wire-schema.version} com.ibm.icu diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index 601944c8eb..67ec529200 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -34,10 +34,6 @@ wire-schema - - com.squareup.wire - wire-compiler - diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 3bd4bf7e61..09ce5b07ca 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -33,15 +33,9 @@ com.squareup.wire - wire-compiler - - - - com.squareup.wire - wire-grpc-client - - + wire-schema-jvm + com.ibm.icu icu4j