You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2022/03/08 20:53:53 UTC

[pinot] branch master updated: Resolve dependency convergence issue between pinot-core and pinot-adls on kqueue (#8317)

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new b7c181a  Resolve dependency convergence issue between pinot-core and pinot-adls on kqueue (#8317)
b7c181a is described below

commit b7c181a77289fccb10cea139a097efb5d82f634a
Author: Jia Guo <ji...@linkedin.com>
AuthorDate: Tue Mar 8 12:53:22 2022 -0800

    Resolve dependency convergence issue between pinot-core and pinot-adls on kqueue (#8317)
---
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
index 34ca821..781ae88 100644
--- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
+++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
@@ -50,6 +50,10 @@
           <groupId>io.netty</groupId>
           <artifactId>netty-transport-native-unix-common</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty-transport-native-kqueue</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -57,6 +61,12 @@
       <artifactId>azure-identity</artifactId>
       <version>1.2.2</version>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty-transport-native-kqueue</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
   <dependencyManagement>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org