From 6cadcd7374f22cee42637ca3f96f5d05d9f991ca Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Fri, 17 Dec 2021 13:34:42 +0800 Subject: [PATCH] HBASE-26592 Fix the broken shaded protobuf module --- hbase-shaded-protobuf/pom.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml index c7afbda..1220518 100644 --- a/hbase-shaded-protobuf/pom.xml +++ b/hbase-shaded-protobuf/pom.xml @@ -32,6 +32,15 @@ Pulls down protobuf, patches it, compiles, and then relocates/shades. + + + src/main/java + + + google/** + + + com.google.protobuf @@ -146,12 +161,6 @@ true true - - - - com.google.protobuf:protobuf-java - - com.google.protobuf @@ -175,11 +184,4 @@ - - - com.google.protobuf - protobuf-java - ${protobuf.version} - -