exceptionfactory commented on code in PR #10692:
URL: https://github.com/apache/nifi/pull/10692#discussion_r2649463259
##########
nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml:
##########
@@ -53,5 +53,29 @@
<artifactId>nifi-dbcp-utils</artifactId>
<version>2.8.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
Review Comment:
I am evaluating a migration to [HSQLDB](https://hsqldb.org/) for testing
purposes, and it is used in several other Apache projects. I plan to have a
pull request ready next week.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]