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 8F3C0200B21 for ; Fri, 27 May 2016 00:59:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8DD4F160A3A; Thu, 26 May 2016 22:59:14 +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 DCF92160A18 for ; Fri, 27 May 2016 00:59:13 +0200 (CEST) Received: (qmail 16962 invoked by uid 500); 26 May 2016 22:59:13 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 16947 invoked by uid 99); 26 May 2016 22:59:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2016 22:59:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E7B1E2C1F60 for ; Thu, 26 May 2016 22:59:12 +0000 (UTC) Date: Thu, 26 May 2016 22:59:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@gora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GORA-445) Review extent of transative dependencies post GORA-386 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 26 May 2016 22:59:14 -0000 [ https://issues.apache.org/jira/browse/GORA-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15303120#comment-15303120 ] ASF GitHub Bot commented on GORA-445: ------------------------------------- GitHub user cguzel opened a pull request: https://github.com/apache/gora/pull/69 GORA-445 spark dependency scope have changed as provided spark dependency scope have changed as provided. Besides javadoc problem is fixed. you can use "mvn javadoc:aggregate" You can merge this pull request into a Git repository by running: $ git pull https://github.com/cguzel/gora GORA-445 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/gora/pull/69.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #69 ---- commit 73250856a0ca54da7f8a0e0b4a6360d7d374e28f Author: cihad guzel Date: 2016-05-26T22:52:24Z GORA-445 spark dependency scope have changed as provided ---- > Review extent of transative dependencies post GORA-386 > ------------------------------------------------------ > > Key: GORA-445 > URL: https://issues.apache.org/jira/browse/GORA-445 > Project: Apache Gora > Issue Type: New Feature > Components: build process, gora-core > Affects Versions: 0.6.1 > Reporter: Lewis John McGibbney > Assignee: Furkan KAMACI > Priority: Critical > Fix For: 0.7 > > Attachments: gora-core_dependency_tree.txt, spark-core_2.10_dependeny_tree.txt > > > Now that Apache Spark is included within gora-core, I've noticed a hike in the number of transitive dependencies being pulled as a result of including gora-core in my project pom.xml. > We should see if we can possibly some of the transitive dependencies. -- This message was sent by Atlassian JIRA (v6.3.4#6332)