NIFI-7173 - This closes #4084. add nifi-metrics jar to scripting bundle

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
Pierre Villard 2020-02-25 09:21:17 -08:00 committed by Joe Witt
parent abf223d574
commit cff1e329a2
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@
<version>1.12.0-SNAPSHOT</version>
<type>nar</type>
</dependency>
<!-- nifi-metrics dependency to include in the NAR for processor to use at runtime -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-metrics</artifactId>
<type>jar</type>
<scope>runtime</scope>
</dependency>
<!-- Groovy dependencies to include in the NAR for processors to use at runtime -->
<dependency>