Repository: ambari Updated Branches: refs/heads/branch-2.4 d7c348f57 -> 400537b9c
AMBARI-16852 Update metrics collector pom.xml to use httpclient-4.2.5.jar (qinliu via dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/400537b9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/400537b9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/400537b9 Branch: refs/heads/branch-2.4 Commit: 400537b9c68dfa4ff4035cca6eb40a903621bf10 Parents: d7c348f Author: Dmytro Sen <[email protected]> Authored: Mon Jun 6 19:37:14 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Mon Jun 6 19:38:48 2016 +0300 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-timelineservice/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/400537b9/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 9fc3679..ed612cc 100644 --- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml +++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml @@ -411,6 +411,11 @@ <version>1.11</version> </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.2.5</version> + </dependency> + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>14.0.1</version>
