Github user david-streamlio commented on the issue:
https://github.com/apache/nifi/pull/2702
From the errors I am seeing in the CI log, it appears that this PR is being
built against the 1.8.0-SNAPSHOT release? Is that correct? Should I change the
version in all of my POMs?
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: org.apache.nifi:nifi-utils:jar -> duplicate declaration of
version 1.8.0-SNAPSHOT @
org.apache.nifi:nifi-couchbase-processors:[unknown-version],
/home/travis/build/apache/nifi/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml,
line 65, column 21
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.nifi:nifi-pulsar-bundle:1.7.0-SNAPSHOT
(/home/travis/build/apache/nifi/nifi-nar-bundles/nifi-pulsar-bundle/pom.xml)
has 1 error
[ERROR] Non-resolvable parent POM for
org.apache.nifi:nifi-pulsar-bundle:1.7.0-SNAPSHOT: Could not find artifact
org.apache.nifi:nifi-nar-bundles:pom:1.7.0-SNAPSHOT in sonatype-snapshots
(https://oss.sonatype.org/content/repositories/snapshots/) and
'parent.relativePath' points at wrong local POM @ line 19, column 13 -> [Help 2]
---