You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/07/29 20:51:21 UTC

[GitHub] [nifi] adenes commented on a change in pull request #5259: NIFI-8955 Add Max Connection Lifetime property to Hive(_1_1)ConnectionPool CS

adenes commented on a change in pull request #5259:
URL: https://github.com/apache/nifi/pull/5259#discussion_r679471640



##########
File path: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
##########
@@ -121,6 +121,11 @@
             <artifactId>commons-text</artifactId>
             <version>1.8</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-dbcp2</artifactId>
+            <version>2.7.0</version>

Review comment:
       Thanks for the comment @exceptionfactory . I'd go with 2.7.0 for this change to touch as few places as possible and create a follow-up ticket to upgrade Apache Commons DBCP2 NiFi-wide. What do you think?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org