Github user christophercurrie commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2140#discussion_r138257661
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---
@@ -253,11 +253,6 @@
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
- <artifactId>nifi-schema-registry-service-api</artifactId>
--- End diff --
It was duplicated in the pom, once as a test dep and once as a regular dep.
Maven warned me about it.---
