【发布时间】:2016-03-08 06:05:56
【问题描述】:
- 我更新了一个插件以使用 cxf 2.0.3 - 之前该插件使用的是 cxf 1.4.7。
以下是插件的更新构建配置。
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"
}
- 当我的应用程序尝试加载插件时,我收到以下错误。 我尝试在现有项目和新项目上使用该插件,但仍然出现错误。
- 我需要删除一些缓存文件吗?
【问题讨论】:
标签: grails