マシンに古いプロジェクトに必要なGrails 2.3.7の新しいコピーをインストールし、テストするだけのサンプルアプリケーションを作成しようとしましたが、多くの依存関係を解決できませんGrails - 依存関係を解決できません
>>>> org.grails.plugins:scaffolding:2.0.2
>>>> org.grails.plugins:cache:1.1.1
>>>> org.grails.plugins:hibernate:3.6.10.9
>>>> org.grails.plugins:database-migration:1.3.8
>>>> org.grails.plugins:jquery:1.11.0.2
>>>> org.grails.plugins:resources:1.2.7
>>>> org.grails.plugins:tomcat:7.0.52.1
他の2.xxリリースを試してみて同じ問題がありました...最新バージョンは3.xxですが、古いバージョンのサポートは完全に削除されていますか?
私build.configは次のようになります。..
grailsPlugins()
grailsHome()
mavenLocal()
grailsCentral()
mavenCentral()
mavenRepo "http://repo.grails.org/grails/core"
mavenRepo "http://repo.grails.org/grails/plugins"
は何かが動きましたか?
おかげ
アップデート:これはいつものようにすべて正常に動作するはずです –