Gradle Integration for Eclipse をインストールしようとすると、次の依存関係エラーが発生します。
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring Dashboard (optional) 3.4.0.201310051510-RELEASE
(org.springsource.ide.eclipse.dashboard.feature.group 3.4.0.201310051510-RELEASE)
Missing requirement: Getting Started With Spring Integration 3.4.0.201310051510-RELEASE (org.springsource.ide.eclipse.commons.gettingstarted 3.4.0.201310051510-RELEASE) requires 'bundle org.codehaus.jackson.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Spring Dashboard (optional) 3.4.0.201310051510-RELEASE(org.springsource.ide.eclipse.dashboard.feature.group 3.4.0.201310051510-RELEASE)
To: org.springsource.ide.eclipse.commons.gettingstarted [3.4.0.201310051510-RELEASE]
システムは Ubuntu 12.04 で、Eclipse のバージョンは 4.2 (Juno) です。
私は次のチュートリアルに従いました: Eclipse でGradle をセットアップする方法と Linux に Gradle をインストールする方法
この問題を解決するにはどうすればよいですか? ありがとうございました!