From 0dfe1919ce5fe33f42a0652638c6eebaa37682c8 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 30 Jun 2017 12:48:08 -0700 Subject: [PATCH] Initial add of grpc --- hbase-shaded-grpc/pom.xml | 106 ++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 107 insertions(+) create mode 100644 hbase-shaded-grpc/pom.xml diff --git a/hbase-shaded-grpc/pom.xml b/hbase-shaded-grpc/pom.xml new file mode 100644 index 0000000..ae3edb0 --- /dev/null +++ b/hbase-shaded-grpc/pom.xml @@ -0,0 +1,106 @@ + + + + 4.0.0 + + org.apache.hbase.thirdparty + hbase-thirdparty + 1.0.0-SNAPSHOT + .. + + hbase-shaded-grpc + Apache HBase Relocated (Shaded) Netty Libs + + Pulls down grpc.io, relocates nd then makes a fat new jar with them all in it. + + + + + maven-clean-plugin + + + + ${basedir} + + dependency-reduced-pom.xml + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + io.grpc + ${rename.offset}.io.grpc + + + + + com.google + ${rename.offset}.com.google + + + + + + com.google.code.findbugs:jsr305 + com.google.errorprone:error_prone_annotations + com.google.j2objc:j2objc-annotations + org.codehaus.mojo:animal-sniffer-annotations + org.codehaus.mojo:animal-sniffer-annotations + + + + + + + + + + + io.grpc + grpc-all + 1.4.0 + + + diff --git a/pom.xml b/pom.xml index 7da877b..15b4919 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ hbase-shaded-protobuf hbase-shaded-netty + hbase-shaded-grpc hbase-shaded-miscellaneous -- 2.11.0 (Apple Git-81)