YARN-10809. Missing dependency causing NoClassDefFoundError in TestHBaseTimelineStorageUtils (#3081)

Reviewed-by: Takanobu Asanuma <tasanuma@apache.org>
(cherry picked from commit ca27744770)
This commit is contained in:
Viraj Jasani 2021-06-09 08:07:23 +05:30 committed by Wei-Chiu Chuang
parent 83d119fe94
commit 0d6939ffc4
No known key found for this signature in database
GPG Key ID: B362E1C021854B9D
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,12 @@
<artifactId>hadoop-yarn-server-timelineservice</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-common</artifactId>