Repository: ambari Updated Branches: refs/heads/trunk 7593acfda -> 4937b6ddd
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/4937b6dd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4937b6dd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4937b6dd Branch: refs/heads/trunk Commit: 4937b6ddde02d02d838c5f57755796b51b30d442 Parents: 7593acf Author: Dmytro Sen <[email protected]> Authored: Mon Jun 6 19:37:14 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Mon Jun 6 19:37:36 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/4937b6dd/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 29f7812..2fefede 100644 --- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml +++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml @@ -430,6 +430,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>
