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

rongr 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 8d0afe3fbb Upgrade apache commons lib version (#9013)
8d0afe3fbb is described below

commit 8d0afe3fbb431f8fde3e6dd77de7de0152729a72
Author: Kartik Khare <[email protected]>
AuthorDate: Fri Jul 8 21:04:36 2022 +0530

    Upgrade apache commons lib version (#9013)
    
    * Upgrade apache commons lib version
    
    * Remove shading for commons package
    
    Co-authored-by: Kartik Khare <[email protected]>
---
 pinot-distribution/pom.xml | 4 ----
 pinot-plugins/pom.xml      | 4 ----
 pom.xml                    | 2 +-
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml
index b742df64e3..e1be9af223 100644
--- a/pinot-distribution/pom.xml
+++ b/pinot-distribution/pom.xml
@@ -195,10 +195,6 @@
                   <pattern>org.apache.parquet</pattern>
                   
<shadedPattern>${shade.prefix}.org.apache.parquet</shadedPattern>
                 </relocation>
-                <relocation>
-                  <pattern>org.apache.commons</pattern>
-                  
<shadedPattern>${shade.prefix}.org.apache.commons</shadedPattern>
-                </relocation>
               </relocations>
             </configuration>
           </execution>
diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml
index 3ec3cc68c7..8cc93770d2 100644
--- a/pinot-plugins/pom.xml
+++ b/pinot-plugins/pom.xml
@@ -142,10 +142,6 @@
                       <pattern>org.apache.kafka</pattern>
                       
<shadedPattern>${shade.prefix}.org.apache.kafka</shadedPattern>
                     </relocation>
-                    <relocation>
-                      <pattern>org.apache.commons</pattern>
-                      
<shadedPattern>${shade.prefix}.org.apache.commons</shadedPattern>
-                    </relocation>
                   </relocations>
                 </configuration>
               </execution>
diff --git a/pom.xml b/pom.xml
index 06c1c425bf..535277397a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.5</version>
+        <version>3.11</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>


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

Reply via email to