Skip to content

Commit ca27744

Browse files
authored
YARN-10809. Missing dependency causing NoClassDefFoundError in TestHBaseTimelineStorageUtils (#3081)
Reviewed-by: Takanobu Asanuma <[email protected]>
1 parent a1a3184 commit ca27744

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)