Github user bbende commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/3041#discussion_r222379389
  
    --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml ---
    @@ -147,6 +147,12 @@
                 <version>2.2.1</version>
                 <scope>test</scope>
             </dependency>
    +        <dependency>
    +            <groupId>org.apache.nifi</groupId>
    +            <artifactId>nifi-solr-client-api</artifactId>
    +            <version>1.8.0-SNAPSHOT</version>
    +            <scope>provided</scope>
    --- End diff --
    
    The solr-bundle NAR pom also needs to be updated to have a parent of the 
client API NAR.
    
    Also, the assembly pom needs to include the client API NAR so it ends up in 
the final build.


---

Reply via email to