1

我的 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?

4

0 回答 0