【发布时间】:2016-08-01 05:23:27
【问题描述】:
在机器上安装了 Grails 2.3.7 的新副本(旧项目需要)并尝试创建一个示例应用程序只是为了测试,但我无法解决一些依赖关系
>>>> 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.x.x 版本并遇到了同样的问题......我意识到最新版本是 3.x.x,但对旧版本的支持是否已完全删除??
我的 build.config 看起来像 ..
grailsPlugins()
grailsHome()
mavenLocal()
grailsCentral()
mavenCentral()
mavenRepo "http://repo.grails.org/grails/core"
mavenRepo "http://repo.grails.org/grails/plugins"
有什么移动了吗?
谢谢
【问题讨论】: