From commits-return-15867-archive-asf-public=cust-asf.ponee.io@pinot.apache.org Mon Feb 3 16:11:46 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B4A0E180647 for ; Mon, 3 Feb 2020 17:11:45 +0100 (CET) Received: (qmail 86664 invoked by uid 500); 3 Feb 2020 16:11:45 -0000 Mailing-List: contact commits-help@pinot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pinot.apache.org Delivered-To: mailing list commits@pinot.apache.org Received: (qmail 86655 invoked by uid 99); 3 Feb 2020 16:11:45 -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, 03 Feb 2020 16:11:45 +0000 From: GitBox To: commits@pinot.apache.org Subject: [GitHub] [incubator-pinot] elonazoulay commented on a change in pull request #4973: Add Avro Schema Registry Message Decoder Message-ID: <158074630496.18851.13224887350361764367.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Mon, 03 Feb 2020 16:11:44 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit elonazoulay commented on a change in pull request #4973: Add Avro Schema Registry Message Decoder URL: https://github.com/apache/incubator-pinot/pull/4973#discussion_r374193754 ########## File path: pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml ########## @@ -0,0 +1,134 @@ + + + + + pinot-input-format + org.apache.pinot + 0.3.0-SNAPSHOT + + 4.0.0 + + pinot-confluent-avro + Pinot Avro + https://pinot.apache.org/ + + ${basedir}/../../.. + 2.0.0 + 5.3.1 + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + + + + + confluent + http://packages.confluent.io/maven/ + + + + + + org.apache.pinot + pinot-avro-base + + + + org.apache.avro + avro + + + org.slf4j + slf4j-api + + + org.mortbay.jetty + jetty + + + + + + org.apache.kafka + kafka-clients Review comment: The schema registry client has a dependency and a dependency convergence error is thrown without an explicit dependency. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org For additional commands, e-mail: commits-help@pinot.apache.org