Browse Source

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

(cherry picked from commit 70f1a9470cd7a08e7b48df99e16e57ed6f2c13dc)
Inigo Goiri 7 years ago
parent
commit
8d41875219

+ 6 - 0
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/pom.xml

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