YARN-7276 addendum to add timeline service depencies. Contributed by Inigo Goiri.

(cherry picked from commit 70f1a9470c)
This commit is contained in:
Inigo Goiri 2017-11-01 13:26:37 -07:00
parent b2f717d967
commit 8d41875219
1 changed files with 6 additions and 0 deletions

View File

@ -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>