Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1496#discussion_r110264405
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---
@@ -214,6 +214,11 @@ language governing permissions and limitations under
the License. -->
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-standard-prioritizers</artifactId>
--- End diff --
The version for this artifact is specified in the nifi-framework-bundle, it
should probably be moved up to the top-level POM's dependencyManagement section
since now another NAR depends on it. I couldn't build this PR from scratch
without specifying the version here.
---
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.
---