[
https://issues.apache.org/jira/browse/NIFI-9994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532910#comment-17532910
]
David Handermann commented on NIFI-9994:
----------------------------------------
[~krotte] can you provide the complete Maven pom.xml configuration?
As shown in the error message, it looks like the NAR project has multiple NAR
dependencies, which is not allowed:
{noformat}
only a single NAR dependency is allowed. {noformat}
> nifi-standard-services-api-nar is missing
> nifi-elasticsearch-client-service-api
> -------------------------------------------------------------------------------
>
> Key: NIFI-9994
> URL: https://issues.apache.org/jira/browse/NIFI-9994
> Project: Apache NiFi
> Issue Type: Task
> Components: Core Framework
> Affects Versions: 1.16.1
> Reporter: Kyle Rotte
> Assignee: David Handermann
> Priority: Minor
>
> The nifi-standard-services-api-nar nar needs to have the
> nifi-elasticsearch-client-service-api jar added to it (a newly added jar)
> added to it. This will enable people to create new processors that leverage
> the ElasticSearchClientService.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)