Github user jeroenvlek commented on a diff in the pull request:
https://github.com/apache/gora/pull/21#discussion_r25929622
--- Diff: pom.xml ---
@@ -896,6 +896,38 @@
</exclusions>
</dependency>
+ <!-- HBase Dependencies -->
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-common</artifactId>
+ <version>${hbase.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>avro</artifactId>
+ </exclusion>
+ <exclusion>
--- End diff --
It was a direct copy of hbase-client, so I fixed the indentation of both.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---