Amend HBASE-11161 Provide example of POJO encoding with protobuf; Add explicit dependency on protobuf-java to hbase-common for Hadoop 1

This commit is contained in:
Andrew Purtell 2014-05-23 23:30:00 +00:00
parent be85f89cd4
commit b85cbbdea9
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@
<artifactId>commons-io</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
<!-- tracing Dependencies -->
<dependency>
<groupId>org.htrace</groupId>