Procházet zdrojové kódy

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

Dmytro Sen před 9 roky
rodič
revize
4ae7b12495

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