Ubuntu 12.04 LTS で Eclipse 3.7 (インディゴ) に取り組んでおり、Maven プラグインをインストールしようとしています。
このページに続いて、 http://download.eclipse.org/technology/m2e/releasesを Eclipse の新しいソフトウェアのインストール プロンプト ボックスに追加しました。URLを認識し、「Maven Integration for Eclipse」と表示されました
しかし、[次へ] をクリックすると、このエラーが発生します。
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: Maven Integration for Eclipse (Editors) 1.4.0.20130601-0317 (org.eclipse.m2e.editor 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
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.editor [1.4.0.20130601-0317]
私は何をすべきか?助けてください。