Skip to content
Snippets Groups Projects
Commit 6fdbc68f authored by Konstantin Boudnik's avatar Konstantin Boudnik
Browse files

Fixing missed hbase dependency in examples hadoop2-yarn profile

parent 7cd490ef
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment