Github user pvillard31 commented on the pull request:
https://github.com/apache/nifi/pull/232#issuecomment-185642080
I added the use of SSL context and modified the pom file of
nifi-amqp-processors to have:
```xml
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-api</artifactId>
</dependency>
```
But I must be missing something because when launching NiFi:
```
java.util.ServiceConfigurationError: org.apache.nifi.processor.Processor:
Provider org.apache.nifi.amqp.processors.PublishAMQP could not be instantiated
Caused by: java.lang.NoClassDefFoundError:
org/apache/nifi/ssl/SSLContextService
Caused by: java.lang.ClassNotFoundException:
org.apache.nifi.ssl.SSLContextService
```
Do I need to add something somewhere else to correctly handle this new
dependency?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---