Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi/pull/834#discussion_r75728485
--- Diff: nifi-commons/nifi-properties/pom.xml ---
@@ -21,4 +21,10 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>nifi-properties</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
--- End diff --
Should this be removed since we now have nifi-properties-loader in the
framework which has all the bouncy castle stuff?
---
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.
---