Java 无法解析Grails上的依赖项

Java 无法解析Grails上的依赖项,java,grails,dependencies,Java,Grails,Dependencies,我刚刚安装了Grails2.5.0。每当我尝试运行它时,它都会显示以下消息: Resolve error obtaining dependencies: Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information): - cglib:cglib-nodep:2.2.2 and then run the dependency -

我刚刚安装了Grails2.5.0。每当我尝试运行它时,它都会显示以下消息:

             Resolve error obtaining dependencies: Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):

- cglib:cglib-nodep:2.2.2


and then run the dependency - report:
        ::::::::::::::::::::::::::::::::::::::::::::::
        ::          UNRESOLVED DEPENDENCIES         ::
        ::::::::::::::::::::::::::::::::::::::::::::::
        :: cglib#cglib-nodep;2.2.2: not found
        ::::::::::::::::::::::::::::::::::::::::::::::

| Obtaining dependency data....
| Error Error executing script DependencyReport: : java.lang.IllegalStateException: Report file '/home/mballeng91/.grails/ivy-cache/org.grails.internal-mballeng91-build.xml' does not exist. (Use --stacktrace to see the full trace)

感谢您的帮助

使用2.5.4版(通常使用可用的最新修补程序版本以避免发现大量已修复的错误),它具有正确的回购信息和依赖项解决逻辑。

我在2.5.4、2.5.5和2.5.6版中也遇到同样的错误:-(