Repository: ambari Updated Branches: refs/heads/trunk 6708cf0b1 -> da8195fb8
AMBARI-17299 Ambari Metrics service check failed exceed timeout (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/da8195fb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/da8195fb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/da8195fb Branch: refs/heads/trunk Commit: da8195fb839a3ba4090301551c15067cb50a9635 Parents: 6708cf0 Author: Dmytro Sen <[email protected]> Authored: Fri Jun 17 19:42:37 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Fri Jun 17 19:42:37 2016 +0300 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-timelineservice/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/da8195fb/ambari-metrics/ambari-metrics-timelineservice/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml index 2fefede..a68d08f 100644 --- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml +++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml @@ -270,6 +270,12 @@ <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> <version>${phoenix.version}</version> <exclusions>
