以下是插件的更新buildconfig。
plugins {
// starting with Grails 2.3 the tomcat plugin is not updated/released along with Grails, so hard code version
build(":tomcat:2.2.5",
":release:2.2.1",) {
export = false
}
compile ":cxf-client:2.0.3"
}
|Loading Grails 2.5.3 |Configuring classpath . |Environment set to development ................................. |Packaging Grails application .... |Compiling 1 source files ..........................................................Error | Error: The following plugins failed to load due to missing dependencies: [msApi] - Plugin: msApi - Dependencies: ! cxf-client (Required: 1.4.7, Found: 2.0.3) [INVALID] Process finished with exit code 1
答案 0 :(得分:0)
搜索字符串:" 1.4.7"在整个插件项目中。通过blah
,您将在项目中找到此字符串的所有出现(然后您将决定更改它或从结果中删除此类文件)。