admin管理员组

文章数量:1642477

This error generally occurs when Maven could not download dependencies. Possible causes for this error are:

  1. The POM misses the declaration of the <repository> which hosts the artifact.
  2. The repository you have configured requires authentication and Maven failed to provide the correct credentials to the server. In this case, make sure your ${user.home}/.m2/settings.xml contains a <server> declaration whose <id> matches the <id> of the remote repository to use. See the Maven Settings Reference for more details.
  3. The remote repository in question uses SSL and the JVM running Maven does not trust the certificate of the server.
  4. There is a general network problem that prevents Maven from accessing any remote repository, e.g. a missing proxy configuration.
  5. You have configured Maven to perform strict checksum validation and the files to download got corrupted.
  6. Maven failed to save the files to your local repository, see LocalRepositoryNotAccessibleException for more details.

In case of a general network-related problem, you could also consult the following articles:

  • Configuring a Proxy
  • Security and Deployment Settings
  • Guide to Remote Repository Access through Authenticated HTTPS
  • 机器学习/推荐系统课程链接:http://edu.51cto/pack/view/id-535.html

    机器学习课程:http://edu.51cto/course/course_id-3560.html

    推荐系统课程:http://edu.51cto/course/course_id-3792.html

     

    http://soledede/

     

    大家可以加我个人微信号:scccdgf

     

     

    或者关注soledede的微信公众号:soledede 微信公众号:

本文标签: DependencyResolutionException