YARN-7276 addendum to add timeline service depencies. Contributed by Inigo Goiri.
This commit is contained in:
parent
56b88b0670
commit
70f1a9470c
|
@ -85,6 +85,12 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-yarn-server-timelineservice</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-all</artifactId>
|
||||
|
|
Loading…
Reference in New Issue