Skip to content

Commit 56fc156

Browse files
meszibaluApache9
authored andcommitted
HBASE-22800 Add mapreduce dependencies to hbase-shaded-testing-util (apache#458)
Signed-off-by: Sean Busbey <[email protected]> Signed-off-by: Sakthi <[email protected]>
1 parent db600d4 commit 56fc156

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • hbase-shaded/hbase-shaded-testing-util

hbase-shaded/hbase-shaded-testing-util/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@
5353
<type>test-jar</type>
5454
<scope>compile</scope>
5555
</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+
<dependency>
64+
<groupId>org.apache.hadoop</groupId>
65+
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
66+
<version>${hadoop.version}</version>
67+
<type>test-jar</type>
68+
<scope>compile</scope>
69+
</dependency>
5670
<dependency>
5771
<groupId>org.apache.hbase</groupId>
5872
<artifactId>hbase-common</artifactId>

0 commit comments

Comments
 (0)