Skip to content

Commit a802948

Browse files
meszibaluthe-sakthi
authored andcommitted
HBASE-22800 Add mapreduce dependencies to hbase-shaded-testing-util (#458)
Signed-off-by: Sean Busbey <[email protected]> Signed-off-by: Sakthi <[email protected]>
1 parent f02f741 commit a802948

File tree

1 file changed

+14
-0
lines changed
  • hbase-shaded/hbase-shaded-testing-util

1 file changed

+14
-0
lines changed

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)