From commits-return-127674-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Dec 2 12:19:56 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id BEF60180643 for ; Wed, 2 Dec 2020 13:19:56 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 0835A485FE for ; Wed, 2 Dec 2020 12:19:56 +0000 (UTC) Received: (qmail 42947 invoked by uid 500); 2 Dec 2020 12:19:55 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 42938 invoked by uid 99); 2 Dec 2020 12:19:55 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2020 12:19:55 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2D44F81FE6; Wed, 2 Dec 2020 12:19:55 +0000 (UTC) Date: Wed, 02 Dec 2020 12:19:54 +0000 To: "commits@ignite.apache.org" Subject: [ignite] branch master updated: IGNITE-13640 Added runtime dependencies to opencensus module. Fixes #8406 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160691159338.2136.12207247312930330758@gitbox.apache.org> From: sk0x50@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: ignite X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 77b90b1431a8e3a611e44497729b271f8059d2dc X-Git-Newrev: 897dca9aae523d992b1b550ced8eb7d571badd03 X-Git-Rev: 897dca9aae523d992b1b550ced8eb7d571badd03 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. sk0x50 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git The following commit(s) were added to refs/heads/master by this push: new 897dca9 IGNITE-13640 Added runtime dependencies to opencensus module. Fixes #8406 897dca9 is described below commit 897dca9aae523d992b1b550ced8eb7d571badd03 Author: Alexander Lapin AuthorDate: Wed Dec 2 15:19:19 2020 +0300 IGNITE-13640 Added runtime dependencies to opencensus module. Fixes #8406 Signed-off-by: Slava Koptilin --- modules/opencensus/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/modules/opencensus/pom.xml b/modules/opencensus/pom.xml index 648c2bc..9a3503a 100644 --- a/modules/opencensus/pom.xml +++ b/modules/opencensus/pom.xml @@ -116,4 +116,27 @@ test + + + + + maven-dependency-plugin + + + copy-libs + package + + copy-dependencies + + + org.apache.ignite + target/libs + runtime + false + + + + + +