Просмотр исходного кода

AMBARI-17299 Ambari Metrics service check failed exceed timeout (dsen)

Dmytro Sen 9 лет назад
Родитель
Сommit
4ae7b12495
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      ambari-metrics/ambari-metrics-timelineservice/pom.xml

+ 6 - 0
ambari-metrics/ambari-metrics-timelineservice/pom.xml

@@ -249,6 +249,12 @@
   </build>
 
   <dependencies>
+    <dependency>
+      <groupId>org.apache.phoenix</groupId>
+      <artifactId>phoenix-server</artifactId>
+      <version>${phoenix.version}</version>
+    </dependency>
+
     <dependency>
       <groupId>org.apache.phoenix</groupId>
       <artifactId>phoenix-core</artifactId>