Grails 依赖在 2.2.5 版本中没有解决
Posted
技术标签:
【中文标题】Grails 依赖在 2.2.5 版本中没有解决【英文标题】:Grails Dependency not resolving in version 2.2.5 【发布时间】:2015-04-29 17:06:49 【问题描述】:删除 .grails 文件夹下的 ivy 缓存后,由于无法解决 Grails 2.2.5 版本中的依赖问题,我的任何应用程序都可以正常工作(甚至是新创建的)。
我在编译时低于日志
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.grails.plugins#cache;1.0.1: not found
:: org.grails.plugins#rendering;0.4.4: not found
:: org.grails.plugins#ckeditor;3.6.6.1.0: not found
:: org.grails.plugins#rest-client-builder;1.0.2: not found
:: org.grails.plugins#spring-security-core;1.2.7.3: not found
::::::::::::::::::::::::::::::::::::::::::::::
| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- org.grails.plugins:cache:1.0.1
- org.grails.plugins:rendering:0.4.4
- org.grails.plugins:ckeditor:3.6.6.1.0
- org.grails.plugins:rest-client-builder:1.0.2
- org.grails.plugins:spring-security-core:1.2.7.3
【问题讨论】:
Grails unable to install plugin 的可能重复项 @Zoidberg:这是不同的情况,我的应用程序之前运行良好,现在问题是插件根本没有下载。 【参考方案1】:旧 Grails 版本存在一些问题,您必须更新存储库路径。
请参阅我的回答:Grails Url shortener plugin not getting installed:
请使用
mavenRepo "https://repo.grails.org/grails/plugins"
作为存储库定义。
http://grails.1312388.n4.nabble.com/Grails-central-repo-seemingly-missing-plugin-versions-td4658720.html
【讨论】:
以上是关于Grails 依赖在 2.2.5 版本中没有解决的主要内容,如果未能解决你的问题,请参考以下文章