Github user JPercivall commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1610#discussion_r110550645
--- Diff: nifi-bootstrap/pom.xml ---
@@ -34,13 +34,26 @@ language governing permissions and limitations under
the License. -->
<artifactId>nifi-utils</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.nifi</groupId>
--- End diff --
It was already added to the RPM[1] even though it wasn't included in the
bootstrap pom. Its transitive deps are also already included:
```
+- org.apache.nifi:nifi-security-utils:jar:1.2.0-SNAPSHOT:compile
| +- (org.apache.nifi:nifi-api:jar:1.2.0-SNAPSHOT:compile - omitted for
duplicate)
| +- (org.apache.nifi:nifi-utils:jar:1.2.0-SNAPSHOT:compile - omitted for
duplicate)
| +- org.apache.commons:commons-lang3:jar:3.4:compile
| +- org.bouncycastle:bcprov-jdk15on:jar:1.55:compile
| \- org.bouncycastle:bcpkix-jdk15on:jar:1.55:compile
| \- (org.bouncycastle:bcprov-jdk15on:jar:1.55:compile - omitted for
duplicate)
```
---
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.
---