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

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


The following commit(s) were added to refs/heads/jia_netty_exclusion by this 
push:
     new 1f25f637b1 Test build fix (#10578)
1f25f637b1 is described below

commit 1f25f637b13000f25eea433e8eae0fdeba60c592
Author: Jia Guo <[email protected]>
AuthorDate: Fri Apr 7 10:47:08 2023 -0700

    Test build fix (#10578)
    
    * Revert "Exclude netty from azure related packages as it's breaking our 
build. (#10569)"
    
    This reverts commit 7bc3050bb9a13648523da72f863b92b0f30498fb.
    
    * bump up the adls ver to 12.14.1
---
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 24 +---------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml 
b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
index ceafbea8e9..5466bacc92 100644
--- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
+++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>com.azure</groupId>
       <artifactId>azure-storage-file-datalake</artifactId>
-      <version>12.13.3</version>
+      <version>12.14.1</version>
       <exclusions>
         <exclusion>
           <groupId>io.netty</groupId>
@@ -58,10 +58,6 @@
           <groupId>com.fasterxml.woodstox</groupId>
           <artifactId>woodstox-core</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>io.netty</groupId>
-          <artifactId>*</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -76,34 +72,16 @@
         <groupId>com.azure</groupId>
         <artifactId>azure-core-http-netty</artifactId>
         <version>1.13.1</version>
-        <exclusions>
-          <exclusion>
-            <groupId>io.netty</groupId>
-            <artifactId>*</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core</artifactId>
         <version>1.37.0</version>
-        <exclusions>
-          <exclusion>
-            <groupId>io.netty</groupId>
-            <artifactId>*</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>io.projectreactor</groupId>
         <artifactId>reactor-core</artifactId>
         <version>3.4.27</version>
-        <exclusions>
-          <exclusion>
-            <groupId>io.netty</groupId>
-            <artifactId>*</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.woodstox</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to