[
https://issues.apache.org/jira/browse/NIFI-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16665216#comment-16665216
]
ASF GitHub Bot commented on NIFI-5224:
--------------------------------------
Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3041#discussion_r228537197
--- 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.
Could you explain? I added the client api nar to the assemble, rebuilt and
was able to bring in a new client service just fine.
> Add SolrClientService
> ---------------------
>
> Key: NIFI-5224
> URL: https://issues.apache.org/jira/browse/NIFI-5224
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Johannes Peter
> Assignee: Mike Thomsen
> Priority: Major
>
> The Solr CRUD functions that are currently included in SolrUtils should be
> moved to a controller service.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)