From commits-return-46646-apmail-servicemix-commits-archive=servicemix.apache.org@servicemix.apache.org Mon Sep 16 19:39:00 2019 Return-Path: X-Original-To: apmail-servicemix-commits-archive@www.apache.org Delivered-To: apmail-servicemix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 0DBBA199F7 for ; Mon, 16 Sep 2019 19:38:59 +0000 (UTC) Received: (qmail 97167 invoked by uid 500); 16 Sep 2019 19:38:59 -0000 Delivered-To: apmail-servicemix-commits-archive@servicemix.apache.org Received: (qmail 97142 invoked by uid 500); 16 Sep 2019 19:38:59 -0000 Mailing-List: contact commits-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list commits@servicemix.apache.org Received: (qmail 97129 invoked by uid 99); 16 Sep 2019 19:38:59 -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; Mon, 16 Sep 2019 19:38:59 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2705680936; Mon, 16 Sep 2019 19:38:59 +0000 (UTC) Date: Mon, 16 Sep 2019 19:39:00 +0000 To: "commits@servicemix.apache.org" Subject: [servicemix-bundles] 02/02: [SM-4178]OSGi bundle for kafka-clients doesn't import com.github.luben.zstd MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: ffang@apache.org In-Reply-To: <156866273825.27151.1692524350662893133@gitbox.apache.org> References: <156866273825.27151.1692524350662893133@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: servicemix-bundles X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: d8a487cc391a4ec6fc5da756dfda07525cbe0793 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190916193859.2705680936@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. ffang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git commit d8a487cc391a4ec6fc5da756dfda07525cbe0793 Author: Freeman Fang AuthorDate: Mon Sep 16 15:38:27 2019 -0400 [SM-4178]OSGi bundle for kafka-clients doesn't import com.github.luben.zstd --- kafka-clients-2.1.1/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kafka-clients-2.1.1/pom.xml b/kafka-clients-2.1.1/pom.xml index cc92770..50d200b 100644 --- a/kafka-clients-2.1.1/pom.xml +++ b/kafka-clients-2.1.1/pom.xml @@ -62,7 +62,8 @@ sun.misc;resolution:=optional, sun.nio.ch;resolution:=optional, sun.security.krb5;resolution:=optional, - com.ibm.security.krb5.internal;resolution:=optional + com.ibm.security.krb5.internal;resolution:=optional, + com.github.luben.zstd;resolution:=optional