diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 55f899f..ae11384 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -283,6 +283,11 @@ <artifactId>commons-configuration</artifactId> <version>${commons-conf.version}</version> </artifactItem> + <artifactItem> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase-common</artifactId> + <version>${hbase.version}</version> + </artifactItem> </artifactItems> </configuration> </execution>