diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index 091140210d1b..8cf6efa51e8f 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -108,61 +108,11 @@ of com.google.protobuf so instead its o.a.h.h.com.google.protobuf. Plugin is old and in google code archive. Here is usage done by anohther: https://github.com/beiliubei/maven-replacer-plugin/wiki/Usage-Guide - The mess with the regex in the below is to prevent replacement every time - we run mvn install. There is probably a better way of avoiding the - double interpolation but this is it for now. --> com.google.code.maven-replacer-plugin replacer - - org.apache.maven.plugins - maven-shade-plugin - 3.4.1 - - - - shade - - package - - true - true - - - - com.google.protobuf - org.apache.hadoop.hbase.shaded.com.google.protobuf - - - - - - javax.annotation:javax.annotation-api - - org.apache.hbase.thirdparty:* - com.google.protobuf:protobuf-java - com.google.code.findbugs:* - com.google.j2objc:j2objc-annotations - org.codehaus.mojo:animal-sniffer-annotations - junit:junit - log4j:log4j - commons-logging:commons-logging - org.slf4j:slf4j-api - org.apache.yetus:audience-annotations - com.github.stephenc.fingbugs:* - com.github.spotbugs:* - - - - - - org.apache.maven.plugins maven-checkstyle-plugin