You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ay...@apache.org on 2022/07/23 11:09:26 UTC

[hive] branch master updated: HIVE-26423: Make commons-pool2 an explicit dependency (and upgrade to 2.11.1) (#3472). (John Sherman, reviewed by Ayush Saxena)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3028eaa37c2 HIVE-26423: Make commons-pool2 an explicit dependency (and upgrade to 2.11.1) (#3472). (John Sherman, reviewed by Ayush Saxena)
3028eaa37c2 is described below

commit 3028eaa37c2d1580dca419c27a01b96fa85df318
Author: John Sherman <jf...@cloudera.com>
AuthorDate: Sat Jul 23 04:09:12 2022 -0700

    HIVE-26423: Make commons-pool2 an explicit dependency (and upgrade to 2.11.1) (#3472). (John Sherman, reviewed by Ayush Saxena)
---
 pom.xml    | 1 +
 ql/pom.xml | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index a84d9406ac7..b77c249781f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
     <commons-configuration.version>1.10</commons-configuration.version>
     <commons-exec.version>1.1</commons-exec.version>
     <commons-io.version>2.11.0</commons-io.version>
+    <commons-pool2.version>2.11.1</commons-pool2.version>
     <commons-lang3.version>3.9</commons-lang3.version>
     <commons-math3.version>3.6.1</commons-math3.version>
     <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
diff --git a/ql/pom.xml b/ql/pom.xml
index 505154f9679..6e45fccc7b7 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -87,6 +87,11 @@
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-math3</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-pool2</artifactId>
+      <version>${commons-pool2.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-vector-code-gen</artifactId>