私の Grails 2.3.6 アプリは推移的に に依存していjersey-core-1.18.1
ます。私BuildConfig
の場合、次のリポジトリの閉鎖があります。
repositories {
inherits true // Whether to inherit repository definitions from plugins
grailsHome()
mavenLocal()
grailsPlugins()
grailsCentral()
mavenCentral()
}
私がするとき、grails run-app
私は得る:
The following artifacts could not be resolved: com.sun.jersey.contribs:jersey-core:jar:1.18.1
なんで?このエラーを修正し、Grails が Jersey Core を「検索」できるようにするには、何を追加する必要がありますか?