시스템에 이전 프로젝트에 필요한 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"
뭔가가 이동 했습니까? repo.grails.org에서 Artifactory의 repo가 다운
감사
업데이트 : 이제 다시 온라인 상태가되므로 모든 것이 정상적으로 작동해야합니다. –