From b85cbbdea920525f9c019c0ac9187590943fcc27 Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Fri, 23 May 2014 23:30:00 +0000 Subject: [PATCH] Amend HBASE-11161 Provide example of POJO encoding with protobuf; Add explicit dependency on protobuf-java to hbase-common for Hadoop 1 --- hbase-common/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 49703fc646c..cc61d1f9f9a 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -206,6 +206,10 @@ commons-io compile + + com.google.protobuf + protobuf-java + org.htrace