Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 252E9200C29 for ; Tue, 28 Feb 2017 10:36:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 23B0A160B7C; Tue, 28 Feb 2017 09:36:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 20BD3160B6A for ; Tue, 28 Feb 2017 10:36:33 +0100 (CET) Received: (qmail 17558 invoked by uid 500); 28 Feb 2017 09:36:33 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 17547 invoked by uid 99); 28 Feb 2017 09:36:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2017 09:36:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 267AADFDE6; Tue, 28 Feb 2017 09:36:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nitiraj@apache.org To: commits@ambari.apache.org Message-Id: <0cdcb2c7b5754d25850e3d2c9f9208b2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-20226 : reverted exclusions of jars from views other than files as it is not required now (nitirajrathore) Date: Tue, 28 Feb 2017 09:36:33 +0000 (UTC) archived-at: Tue, 28 Feb 2017 09:36:35 -0000 Repository: ambari Updated Branches: refs/heads/trunk d7c8aeaab -> 560b27e90 AMBARI-20226 : reverted exclusions of jars from views other than files as it is not required now (nitirajrathore) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/560b27e9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/560b27e9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/560b27e9 Branch: refs/heads/trunk Commit: 560b27e9026c1f4149decfc6de4a51733b759401 Parents: d7c8aea Author: Nitiraj Singh Rathore Authored: Tue Feb 28 15:06:01 2017 +0530 Committer: Nitiraj Singh Rathore Committed: Tue Feb 28 15:06:01 2017 +0530 ---------------------------------------------------------------------- contrib/views/commons/pom.xml | 12 -------- contrib/views/hive-next/pom.xml | 28 ++++------------- contrib/views/hive20/pom.xml | 60 +++++++++++++----------------------- contrib/views/pig/pom.xml | 26 +++++----------- contrib/views/utils/pom.xml | 42 ++++++++----------------- contrib/views/wfmanager/pom.xml | 12 -------- 6 files changed, 46 insertions(+), 134 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/560b27e9/contrib/views/commons/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/commons/pom.xml b/contrib/views/commons/pom.xml index 74e4aa1..5018d46 100644 --- a/contrib/views/commons/pom.xml +++ b/contrib/views/commons/pom.xml @@ -53,14 +53,6 @@ tomcat jasper-runtime - - xerces - xercesImpl - - - com.fasterxml.jackson.core - jackson-core - @@ -73,10 +65,6 @@ tomcat jasper-runtime - - com.fasterxml.jackson.core - jackson-core - http://git-wip-us.apache.org/repos/asf/ambari/blob/560b27e9/contrib/views/hive-next/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml index 2c93cc5..50563ac 100644 --- a/contrib/views/hive-next/pom.xml +++ b/contrib/views/hive-next/pom.xml @@ -104,20 +104,12 @@ org.apache.hadoop hadoop-hdfs ${hadoop.version} - - - com.fasterxml.jackson.core - jackson-core - - - tomcat - jasper-runtime - - - xerces - xercesImpl - - + + + tomcat + jasper-runtime + + org.apache.hadoop @@ -132,10 +124,6 @@ tomcat jasper-compiler - - com.fasterxml.jackson.core - jackson-core - @@ -168,10 +156,6 @@ jasper-runtime - com.fasterxml.jackson.core - jackson-databind - - tomcat jasper-compiler http://git-wip-us.apache.org/repos/asf/ambari/blob/560b27e9/contrib/views/hive20/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/pom.xml b/contrib/views/hive20/pom.xml index faa995c..e672b3f 100644 --- a/contrib/views/hive20/pom.xml +++ b/contrib/views/hive20/pom.xml @@ -105,20 +105,12 @@ org.apache.hadoop hadoop-hdfs ${hadoop.version} - - - com.fasterxml.jackson.core - jackson-core - - - tomcat - jasper-runtime - - - xerces - xercesImpl - - + + + tomcat + jasper-runtime + + org.apache.hadoop @@ -133,10 +125,6 @@ tomcat jasper-compiler - - com.fasterxml.jackson.core - jackson-core - @@ -160,6 +148,21 @@ 2.0 + org.apache.hive + hive-jdbc + ${hive-version} + + + tomcat + jasper-runtime + + + tomcat + jasper-compiler + + + + commons-cli commons-cli 1.2 @@ -173,8 +176,6 @@ org.apache.thrift libthrift 0.9.0 - - junit @@ -204,25 +205,6 @@ 2.0.0.0-SNAPSHOT - org.apache.hive - hive-jdbc - ${hive-version} - - - tomcat - jasper-runtime - - - com.fasterxml.jackson.core - jackson-databind - - - tomcat - jasper-compiler - - - - commons-validator commons-validator 1.4.0 http://git-wip-us.apache.org/repos/asf/ambari/blob/560b27e9/contrib/views/pig/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml index 9ee9206..2f03d1e 100644 --- a/contrib/views/pig/pom.xml +++ b/contrib/views/pig/pom.xml @@ -87,34 +87,22 @@ hadoop-hdfs ${hadoop.version} - - com.fasterxml.jackson.core - jackson-core - - + tomcat jasper-runtime - - xerces - xercesImpl - org.apache.hadoop hadoop-common ${hadoop.version} - - - tomcat - jasper-runtime - - - com.fasterxml.jackson.core - jackson-core - - + + + tomcat + jasper-runtime + + javax.ws.rs http://git-wip-us.apache.org/repos/asf/ambari/blob/560b27e9/contrib/views/utils/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/utils/pom.xml b/contrib/views/utils/pom.xml index a23fea2..82b87c8 100644 --- a/contrib/views/utils/pom.xml +++ b/contrib/views/utils/pom.xml @@ -56,35 +56,23 @@ org.apache.hadoop hadoop-hdfs ${hadoop.version} - - - tomcat - jasper-runtime - - - com.fasterxml.jackson.core - jackson-core - - - xerces - xercesImpl - - + + + tomcat + jasper-runtime + + org.apache.hadoop hadoop-common ${hadoop.version} - - - tomcat - jasper-runtime - - - com.fasterxml.jackson.core - jackson-core - - + + + tomcat + jasper-runtime + + org.apache.hadoop @@ -177,12 +165,6 @@ org.apache.hadoop hadoop-azure ${hadoop.version} - - - com.fasterxml.jackson.core - jackson-core - - commons-validator http://git-wip-us.apache.org/repos/asf/ambari/blob/560b27e9/contrib/views/wfmanager/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml index d466823..6f0b848 100644 --- a/contrib/views/wfmanager/pom.xml +++ b/contrib/views/wfmanager/pom.xml @@ -89,10 +89,6 @@ tomcat jasper-runtime - - com.fasterxml.jackson.core - jackson-core - @@ -101,17 +97,9 @@ ${hadoop.version} - com.fasterxml.jackson.core - jackson-core - - tomcat jasper-runtime - - xerces - xercesImpl -