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のアップグレードはオプションではありません。
インストールマネージャーで、「すべてのアップデートサイトに連絡する」をチェックしてください。依存関係が異なるサイトから来る場合があるため、これで問題が解決するはずです。
日付:2015年6月4日Eclipse 3.6、つまりHelios Platform上に構築されたIBM RAD 8.5.0でも同じことを行おうとしていました。以下のリンクを使用してみました。 http://download.Eclipse.org/technology/m2e/releases/1.4
また、「利用可能なソフトウェアの最新バージョンのみを表示」のチェックを外すと、現在のバージョンと互換性のあるすべてのバージョンが表示されます。