NIFI-9216 Upgraded Derby to 10.14.2.0 in nifi-hive-bundle

This closes #5385

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
exceptionfactory 2021-09-13 13:49:20 -05:00 committed by Mike Thomsen
parent 73f88b3239
commit bb638b13aa
No known key found for this signature in database
GPG Key ID: 88511C3D4CAD246F
1 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,12 @@
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
<!-- Override derby -->
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.2.0</version>
</dependency>
</dependencies>
</dependencyManagement>