I also had this problem, resolved by adding below repo to repositories in my pom.xml:
<repository> <id>mulesoft-public</id> <name>Mulesoft dependencies repository</name> <url>https://repository.mulesoft.org/nexus/content/repositories/public/</url> </repository>
|