Enable hbase (#1545)

This commit is contained in:
Grzegorz Piwowarek 2017-04-01 08:18:52 +02:00 committed by GitHub
parent aaf5a3e7b8
commit cc0c7d54a9
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>${hbase.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@ -52,7 +52,7 @@
<module>handling-spring-static-resources</module>
<module>hazelcast</module>
<!--<module>hbase</module> TODO: CI problems-->
<module>hbase</module>
<module>httpclient</module>
<module>hystrix</module>