Skip to content

Commit

Permalink
HBASE-22800 Add mapreduce dependencies to hbase-shaded-testing-util (#…
Browse files Browse the repository at this point in the history
…458)

Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Sakthi <sakthi@apache.org>
  • Loading branch information
meszibalu authored and the-sakthi committed Aug 7, 2019
1 parent f3b205d commit 041df8c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hbase-shaded/hbase-shaded-testing-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@
<type>test-jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-app</artifactId>
<version>${hadoop.version}</version>
<type>test-jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
<version>${hadoop.version}</version>
<type>test-jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-common</artifactId>
Expand Down

0 comments on commit 041df8c

Please sign in to comment.