Repository: ambari Updated Branches: refs/heads/branch-2.4 87fe06eb7 -> bd5a5c58d
AMBARI-17987. Ambari Views should set HttpComponents.HttpClient version to be at least 4.3.6, set to 4.5.2. (dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bd5a5c58 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bd5a5c58 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bd5a5c58 Branch: refs/heads/branch-2.4 Commit: bd5a5c58d029c2c485998af7c702e94f11ac2eda Parents: 87fe06e Author: Dipayan Bhowmick <[email protected]> Authored: Tue Aug 2 16:14:13 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Wed Aug 3 11:19:49 2016 +0530 ---------------------------------------------------------------------- contrib/views/hive-next/pom.xml | 12 ++---------- contrib/views/hive/pom.xml | 2 +- contrib/views/slider/pom.xml | 2 +- contrib/views/tez/pom.xml | 2 +- contrib/views/zeppelin/pom.xml | 2 +- 5 files changed, 6 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bd5a5c58/contrib/views/hive-next/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml index 07d5ba0..8bf7296 100644 --- a/contrib/views/hive-next/pom.xml +++ b/contrib/views/hive-next/pom.xml @@ -28,14 +28,6 @@ <version>2.4.0.0.0</version> </parent> - <repositories> - <repository> - <id>repository.apache.org</id> - <name>Apache Snapshot repo</name> - <url>https://repository.apache.org/content/groups/snapshots</url> - </repository> - </repositories> - <dependencies> <dependency> <groupId>com.jayway.jsonpath</groupId> @@ -210,7 +202,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.1</version> + <version>4.5.2</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -236,7 +228,7 @@ <properties> <ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir> - <hive-version>2.1.0-SNAPSHOT</hive-version> + <hive-version>2.1.0</hive-version> <ambari.version>1.3.0.0-SNAPSHOT</ambari.version> </properties> <build> http://git-wip-us.apache.org/repos/asf/ambari/blob/bd5a5c58/contrib/views/hive/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive/pom.xml b/contrib/views/hive/pom.xml index b60a279..33294a2 100644 --- a/contrib/views/hive/pom.xml +++ b/contrib/views/hive/pom.xml @@ -210,7 +210,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.1</version> + <version>4.5.2</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> http://git-wip-us.apache.org/repos/asf/ambari/blob/bd5a5c58/contrib/views/slider/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml index 1fba074..ec47fdc 100644 --- a/contrib/views/slider/pom.xml +++ b/contrib/views/slider/pom.xml @@ -141,7 +141,7 @@ <commons-configuration.version>1.6</commons-configuration.version> <commons-lang.version>2.6</commons-lang.version> <commons-compress.version>1.9</commons-compress.version> - <httpclient.version>4.2.5</httpclient.version> + <httpclient.version>4.5.2</httpclient.version> <slider.version>0.81.0-incubating-SNAPSHOT</slider.version> <guice.version>3.0</guice.version> <jackson.version>1.9.13</jackson.version> http://git-wip-us.apache.org/repos/asf/ambari/blob/bd5a5c58/contrib/views/tez/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/tez/pom.xml b/contrib/views/tez/pom.xml index 4a7a038..6885537 100644 --- a/contrib/views/tez/pom.xml +++ b/contrib/views/tez/pom.xml @@ -234,7 +234,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.1</version> + <version>4.5.2</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/ambari/blob/bd5a5c58/contrib/views/zeppelin/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/zeppelin/pom.xml b/contrib/views/zeppelin/pom.xml index 4022abe..3ea792e 100644 --- a/contrib/views/zeppelin/pom.xml +++ b/contrib/views/zeppelin/pom.xml @@ -95,7 +95,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.6</version> + <version>4.5.2</version> </dependency>
