Re: NAR has test level dependencies

2019-10-14 Thread Chandrashekhar Kotekar
Thanks for quick help. Will try and let you know. Sent from my iPhone > On 14 Oct 2019, at 12:53 pm, Joe Witt wrote: > > Chandra > > Something is making them compile scope likely. Use maven tools like > help:effective-pom to see what the actual pom is when building the nar. You > can then

Re: NAR has test level dependencies

2019-10-14 Thread Joe Witt
Chandra Something is making them compile scope likely. Use maven tools like help:effective-pom to see what the actual pom is when building the nar. You can then zero in by doing the same on the processor bundle. thanks On Mon, Oct 14, 2019 at 7:51 AM Chandrashekhar Kotekar < shekhar.kote...@gma

NAR has test level dependencies

2019-10-14 Thread Chandrashekhar Kotekar
Hi, We have written some custom processor and controller services and packaged them in single NAR bundle but this NAR has dependencies marked with test as well. Example of such dependencies is scalatest, junit, etc. These dependencies are not really needed to run processor in NiFi but they still g