我正在尝试在Eclipse Helios中安装Maven集成插件。但是我收到了类似的错误

Cannot complete the install because one or more required items could not be found.
  Software being installed: m2e - Maven Integration for Eclipse 1.4.1.20140328-1905 (org.eclipse.m2e.feature.feature.group 1.4.1.20140328-1905)
  Missing requirement: async-http-client 1.6.5.20140328-1501 (com.ning.async-http-client 1.6.5.20140328-1501) requires 'package org.slf4j 1.6.2' but it could not be found
  Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse 1.4.1.20140328-1905 (org.eclipse.m2e.feature.feature.group 1.4.1.20140328-1905)
    To: com.ning.async-http-client [1.6.5.20140328-1501]

最佳答案

解决我的问题。也许这对某些人会有所帮助

将此链接添加到您的日食中,它将起作用。

http://download.eclipse.org/technology/m2e/releases/1.3

09-26 04:06