Jeremy Actually the new JMS support which is going in 0.6 answers your exact question since with this new support we are supporting non-OS JMS providers (e.g., IBM, Tibco etc). Basically you can look at https://github.com/apache/nifi/pull/222 and see what’s going on (in ControllerServices specifically ), but in the nutshell, user points to the directory containing additional resources that needs to be added to the class path (e.g., JARs etc.)
Oleg On Feb 22, 2016, at 8:07 AM, Jeremy Dyer <[email protected]<mailto:[email protected]>> wrote: What would be the recommended way to include 3rd party dependencies for building a custom processor that are not present in the public maven repository? Local lib directory or ???
