Skip to main content

Failed to execute goal on project json-logger: Could not resolve dependencies for project 511b198c-16aa-4640-b1bc-48656666e73f:

json-logger:mule-extension:2.1.0: Failed to collect dependencies at org.mule.runtime:mule-extensions-api:jar:1.3.0-20220922: 

Failed to read artifact descriptor for org.mule.runtime:mule-extensions-api:jar:1.3.0-20220922: The following artifacts could not be resolved: 

org.mule.runtime:mule-extensions-api:pom:1.3.0-20220922 (absent): Could not transfer artifact 

org.mule.runtime:mule-extensions-api:pom:1.3.0-20220922 from/to MuleRepository (https://repository.mulesoft.org/nexus-ee/content/repositories/releases-ee/):

 status code: 401, reason phrase: Unauthorized (401) -> [Help 1]

[ERROR]

4 件の回答
  1. 2023年8月23日 7:25

    The error indicates an authentication issue when fetching the org.mule.runtime:mule-extensions-api:jar:1.3.0-20220922 dependency from the Mule Repository. The HTTP 401 status means "Unauthorized." Ensure you have the correct credentials set up in your Maven settings.xml to access the repository. Additionally, verify if the specific version you're seeking exists in the repository or consider using a different version.

0/9000