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 DCB2F200CB3 for ; Mon, 26 Jun 2017 17:05:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DB877160BDE; Mon, 26 Jun 2017 15:05:16 +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 2DF02160BD9 for ; Mon, 26 Jun 2017 17:05:16 +0200 (CEST) Received: (qmail 97480 invoked by uid 500); 26 Jun 2017 15:05:15 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 97468 invoked by uid 99); 26 Jun 2017 15:05:14 -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; Mon, 26 Jun 2017 15:05:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DA0AEDFE8B; Mon, 26 Jun 2017 15:05:14 +0000 (UTC) From: zentol To: dev@flink.apache.org Reply-To: dev@flink.apache.org References: In-Reply-To: Subject: [GitHub] flink-shaded pull request #1: [FLINK-6981] Add flink-shaded-guava module Content-Type: text/plain Message-Id: <20170626150514.DA0AEDFE8B@git1-us-west.apache.org> Date: Mon, 26 Jun 2017 15:05:14 +0000 (UTC) archived-at: Mon, 26 Jun 2017 15:05:17 -0000 Github user zentol commented on a diff in the pull request: https://github.com/apache/flink-shaded/pull/1#discussion_r124034556 --- Diff: flink-shaded-guava-18/pom.xml --- @@ -0,0 +1,99 @@ + + + + + 4.0.0 + + + org.apache.flink + flink-shaded + 1.0 + .. + + + flink-shaded-guava-18 + flink-shaded-guava-18 + 1.0-${guava.version} + + jar + + + 18.0 + + + + + com.google.guava + guava + ${guava.version} + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + shade-flink + package + + shade + + + false --- End diff -- Since guava is marked as optional the dependency isn't exposed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---