You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2022/08/15 13:46:08 UTC

[hive] 01/02: HIVE-26458: Add explicit dependency to commons-dbcp2 in hive-exec module (Stamatis Zampetakis, reviewed by Ayush Saxena)

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

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

commit 241dfb1c99e5a1a06608ab65da9cba45834755e6
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Fri Aug 5 20:05:55 2022 +0300

    HIVE-26458: Add explicit dependency to commons-dbcp2 in hive-exec module (Stamatis Zampetakis, reviewed by Ayush Saxena)
    
    Closes #3510
---
 ql/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ql/pom.xml b/ql/pom.xml
index 6e45fccc7b7..463e8e02f93 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -83,6 +83,10 @@
       <artifactId>commons-configuration</artifactId>
       <version>${commons-configuration.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-dbcp2</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-math3</artifactId>