NIFI-9782 This closes #5854. Excluded H2 DB from nifi-druid-bundle

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2022-03-09 11:18:46 -06:00 committed by Joe Witt
parent 73356ea448
commit 4a46b087b8
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>