RE: Dependency for SSL

2016-05-26 Thread Kumiko Yada
That did it, thank you Matt! From: Matt Burgess [mailto:mattyb...@gmail.com] Sent: Wednesday, May 25, 2016 3:28 PM To: users@nifi.apache.org Subject: Re: Dependency for SSL If that library has dependencies, you may need to remove the jar so that it brings in the POM, which should get the JAR

Re: Dependency for SSL

2016-05-25 Thread Matt Burgess
Sent: Wednesday, May 25, 2016 1:16 PM > To: users@nifi.apache.org > Subject: Re: Dependency for SSL > > Hello, > > This Wiki page shows how to setup the dependencies to use the > SSLContextService from a custom processor bundle: > >

Re: Dependency for SSL

2016-05-25 Thread Bryan Bende
Hello, This Wiki page shows how to setup the dependencies to use the SSLContextService from a custom processor bundle: https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions#MavenProjectsforExtensions-LinkingProcessorsandControllerServices Thanks, Bryan On Wed, May

Re: Dependency for SSL

2016-05-25 Thread Matt Burgess
Kumiko, I'm guessing that entry is in your processor's POM. I believe you need the following in your NAR's POM as well: org.apache.nifi nifi-standard-services-api-nar nar Regards, Matt On Wed, May 25, 2016 at 3:44 PM, Kumiko Yada