Hi, All.
Now I am struggling with deploying customized InvokeHTTP processor that requires dependency as below.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-processors</artifactId>
<version>1.9.2</version>
</dependency>
I could compile and package nar file but once I deploy this nar file under ${nifi.home}/lib then restart nifi, it shows duplicated processor list as below.
Can anybody help with this how I can remove those duplicated processors that is not intended in compiling and deploying time?
AttributesToCSV 1.9.2
AttributesToCSV 1.0-SNAPSHOT
...
....