Explorar el Código

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

Dmytro Sen hace 9 años
padre
commit
4ae7b12495
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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>