We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02f741 commit a802948Copy full SHA for a802948
hbase-shaded/hbase-shaded-testing-util/pom.xml
@@ -53,6 +53,20 @@
53
<type>test-jar</type>
54
<scope>compile</scope>
55
</dependency>
56
+ <dependency>
57
+ <groupId>org.apache.hadoop</groupId>
58
+ <artifactId>hadoop-mapreduce-client-app</artifactId>
59
+ <version>${hadoop.version}</version>
60
+ <type>test-jar</type>
61
+ <scope>compile</scope>
62
+ </dependency>
63
64
65
+ <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
66
67
68
69
70
<dependency>
71
<groupId>org.apache.hbase</groupId>
72
<artifactId>hbase-common</artifactId>
0 commit comments