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
|
@ -41,6 +41,14 @@
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</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 -->
|
<!-- Groovy dependencies to include in the NAR for processors to use at runtime -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.groovy</groupId>
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
|
|
Loading…
Reference in New Issue