Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/43#discussion_r87867250
--- Diff: minifi-assembly/src/main/assembly/dependencies.xml ---
@@ -64,15 +79,11 @@
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>minifi-bootstrap</include>
- <include>slf4j-api</include>
- <include>logback-classic</include>
- <include>nifi-api</include>
+ <include>minifi-api</include>
+ <include>minifi-commons-schema</include>
+ <include>minifi-utils</include>
+ <include>snakeyaml</include>
<include>nifi-utils</include>
- <include>jetty-server</include>
--- End diff --
These are still present, but transitively included in lib from the other
module(s) that need them. Wanted to ensure we minimized noise in terms of
items here to make things a bit more manageable.
---
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.
---