Repository: ambari Updated Branches: refs/heads/trunk 51fc354f9 -> e9653052b
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/e9653052 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e9653052 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e9653052 Branch: refs/heads/trunk Commit: e9653052b8254f29a781021bf91e7bc2ea953c61 Parents: 51fc354 Author: Dipayan Bhowmick <[email protected]> Authored: Tue Aug 2 16:14:13 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Wed Aug 3 11:20:40 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/e9653052/contrib/views/hive-next/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml index b38da26..3cd4c4a 100644 --- a/contrib/views/hive-next/pom.xml +++ b/contrib/views/hive-next/pom.xml @@ -28,14 +28,6 @@ <version>2.0.0.0-SNAPSHOT</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/e9653052/contrib/views/hive/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive/pom.xml b/contrib/views/hive/pom.xml index 761882b..b26a070 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/e9653052/contrib/views/slider/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml index c603a8b..0ddcb84 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/e9653052/contrib/views/tez/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/tez/pom.xml b/contrib/views/tez/pom.xml index 30d1143..26b0c49 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/e9653052/contrib/views/zeppelin/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/zeppelin/pom.xml b/contrib/views/zeppelin/pom.xml index 6b592a7..52efdce 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>
