17
Sep
I've been having this issue in several Mule applications, but all of them happen while I'm trying to use CI/CD pipelines. The full thing I got was this: org.mule.maven.client.api.exception.BundleDependencyNotFoundException: org.eclipse.aether.resolution.ArtifactResolutionException: com.github.everit-org.json-schema:org.everit.json.schema:jar:1.12.2 was not found in https://maven.anypoint.mulesoft.com/api/v3/maven during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of anypoint-exchange-v3 has elapsed or updates are forced Enter fullscreen mode Exit fullscreen mode In summary, this happens because the repositories you are using in your pom.xml don't include this dependency that is needed from MuleSoft for something. This last time I encountered…