Skip to content

Commit bb5e237

Browse files
virajjasanixiaole-shopee
authored andcommitted
YARN-10809. Missing dependency causing NoClassDefFoundError in TestHBaseTimelineStorageUtils (apache#3081)
Reviewed-by: Takanobu Asanuma <[email protected]> (cherry picked from commit ca27744)
1 parent d6e2ebc commit bb5e237

File tree

1 file changed

+6
-0
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client

1 file changed

+6
-0
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
<artifactId>hadoop-yarn-server-timelineservice</artifactId>
111111
</dependency>
112112

113+
<dependency>
114+
<groupId>org.mockito</groupId>
115+
<artifactId>mockito-core</artifactId>
116+
<scope>test</scope>
117+
</dependency>
118+
113119
<dependency>
114120
<groupId>org.apache.hbase</groupId>
115121
<artifactId>hbase-common</artifactId>

0 commit comments

Comments
 (0)