From 14b10279163da5feb41806fa31b3d669e5991750 Mon Sep 17 00:00:00 2001 From: Zixuan Liu Date: Tue, 24 Sep 2024 19:53:45 +0800 Subject: [PATCH] [fix][build] Exclude io.grpc.netty.shaded.* in the shade Signed-off-by: Zixuan Liu --- jetcd-core-shaded/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jetcd-core-shaded/pom.xml b/jetcd-core-shaded/pom.xml index a0885f8509547..0e4e0d094d43b 100644 --- a/jetcd-core-shaded/pom.xml +++ b/jetcd-core-shaded/pom.xml @@ -110,6 +110,9 @@ io.grpc.netty io.grpc.netty.shaded.io.grpc.netty + + io.grpc.netty.shaded.* +