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:50:05 UTC

(phoenix) branch 5.1 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 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


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

commit 00837ccd8b481fc221c93fc5da7cb89e049281bb
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 | 30 ++++++++++++++++++++++--------
 1 file changed, 22 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 124f413e7f..e2f038881e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -853,6 +853,28 @@
             <groupId>org.apache.htrace</groupId>
             <artifactId>htrace-core4</artifactId>
           </exclusion>
+          <exclusion>
+            <!-- See HADOOP-18991 -->
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-common</artifactId>
+        <type>test-jar</type>
+        <version>${hadoop.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.apache.htrace</groupId>
+            <artifactId>htrace-core4</artifactId>
+          </exclusion>
+          <exclusion>
+            <!-- See HADOOP-18991 -->
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -1226,10 +1248,6 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -1270,10 +1288,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>