Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-4433

Remove duplicate dependency in nifi/pom.xml

    XMLWordPrintableJSON

Details

    Description

      When running mvn dependency:list, over 1000 lines of warnings are generated because of a duplicated dependency on nifi-mongodb-client-service-api in nifi/pom.xml.

      Example:

      [WARNING] Some problems were encountered while building the effective model for org.apache.nifi:nifi-toolkit:pom:1.4.0-SNAPSHOT
      [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.nifi:nifi-mongodb-client-service-api:jar -> duplicate declaration of version 1.4.0-SNAPSHOT @ org.apache.nifi:nifi:1.4.0-SNAPSHOT, /Users/alopresto/Workspace/nifi/pom.xml, line 1611, column 25
      [WARNING]
      

      Removing the duplicate dependency at line 1611 (the original is at line 1051) should resolve this.

      Attachments

        Issue Links

          Activity

            People

              alopresto Andy LoPresto
              alopresto Andy LoPresto
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: