I faced a dependencies error. It shows cannot resolve org.apache.nifi:nifi-marklogic-service-api : 1.8.0.3
I've added the nar files in nifi/lib
. But it still has this error. How can I resolve that?
Here is the error message when I trying to build the package using mvn clean install
Failure to find org.apache.nifi:nifi-marklogic-services-api:jar:1.8.0.3 in https://jcenter.bintray.com/ was cached in the local repository, resolution will not be reattempted until the update interval of jcenter has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]