You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2023/11/29 18:27:08 UTC

(phoenix) branch master updated: PHOENIX-7121 Do not exclude commons-beanutils from Omid dependencies

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

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


The following commit(s) were added to refs/heads/master by this push:
     new da53e659f9 PHOENIX-7121 Do not exclude commons-beanutils from Omid dependencies
da53e659f9 is described below

commit da53e659f9117d3ab874fdebe5d73bf70a12967d
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Nov 29 09:03:21 2023 +0100

    PHOENIX-7121 Do not exclude commons-beanutils from Omid dependencies
---
 pom.xml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff783dce53..248273a4ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -781,6 +781,11 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
           </exclusion>
+          <exclusion>
+            <!-- See HADOOP-18991 -->
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -801,6 +806,11 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
           </exclusion>
+          <exclusion>
+            <!-- See HADOOP-18991 -->
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -1229,10 +1239,6 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -1281,10 +1287,6 @@
         <artifactId>omid-common</artifactId>
         <version>${omid.version}</version>
         <exclusions>
-          <exclusion>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-          </exclusion>
           <exclusion>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>