Refer to the exhibit.
The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer.
What is the next step to fix the error to get the project to run successfully?

- Edit the dependency in the Mule project's pom.xml file
- Install the dependency to the computer's local Maven repository
- Deploy the dependency to MuleSoft's Maven repository
- Add the dependency to the MULE_HOME/bin folder
Answer(s): B
Explanation:
As dependency is not present in Mulesoft Maven repository, we need to install the dependency on computer's local Maven repository.
https://docs.mulesoft.com/mule-runtime/4.3/maven-reference
Reveal Solution Next Question