19

我正在尝试通过 Marketplace 在 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.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
  Missing requirement: async-http-client 1.6.5.20130531-2315 (com.ning.async-http-client 1.6.5.20130531-2315) requires 'package org.slf4j 1.6.2' but it could not be found
  Cannot satisfy dependency:
    From: Maven Archetype Common Bundle 1.4.0.20130531-2315 (org.eclipse.m2e.archetype.common 1.4.0.20130531-2315)
    To: bundle org.eclipse.m2e.maven.runtime [1.4.0,1.5.0)
  Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
    To: org.eclipse.m2e.archetype.common [1.4.0.20130531-2315]
  Cannot satisfy dependency:
    From: Embedded Maven Runtime Bundle 1.4.0.20130531-2315 (org.eclipse.m2e.maven.runtime 1.4.0.20130531-2315)
    To: bundle com.ning.async-http-client [1.6.5,1.6.6)

你有什么想法可以做到吗?不幸的是,就我而言,升级 Eclipse 不是一种选择。

4

3 回答 3

61

我相信您必须在更新站点中尝试以下 URL:

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

尝试使用:

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

于 2013-10-24T10:00:50.687 回答
3

在您的安装管理器中,选中“联系所有更新站点”。这应该可以解决问题,因为有时依赖项来自不同的站点。

于 2013-09-24T16:54:21.377 回答
0

日期:2015 年 6 月 04 日我试图对基于 Eclipse 3.6 即 Helios 平台的 IBM RAD 8.5.0 做同样的事情。我尝试使用下面的链接,它工作正常。 http://download.eclipse.org/technology/m2e/releases/1.4

还要取消选中“仅显示可用软件的最新版本”,这将为您提供与当前版本兼容的所有版本。

于 2015-06-04T18:31:31.303 回答