Fixing missed hbase dependency in examples hadoop2-yarn profile

This commit is contained in:
Konstantin Boudnik 2013-07-01 16:05:55 -07:00
parent 7cd490ef5b
commit 6fdbc68f2c

View file

@ -193,6 +193,11 @@
<artifactId>hadoop-yarn-common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>0.94.6</version>
</dependency>
</dependencies>
<build>
<plugins>