mirror of https://github.com/apache/nifi.git
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:
parent
abf223d574
commit
cff1e329a2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue