There was an issue resolving the dependency tree for the artifact

484 Views Asked by At

I am following Mulesoft tutorials to create a connector with Mule SDK(https://docs.mulesoft.com/mule-sdk/1.1/getting-started). I followed the steps but when I try to include the connector dependency(https://docs.mulesoft.com/mule-sdk/1.1/getting-started#add-your-connector-to-studio), i get the below error: There was an issue resolving the dependency tree for the artifact

Any pointers to fix this issue?

2

There are 2 best solutions below

0
Alex On

It looks like dependemcy what you try to add does not exist. It may happen because training document is obsolete and does not have refernce to recent modules. Or modules were removed and replaced fo some reason.

Please, provide more detail error log and then it should be easy to determine what exactly mdoule is absent.

1
aled On

Did you execute the Maven install command (mvn clean install) before trying to use the artifact in the application pom?