错误:由于缺少依赖项,以下插件无法加载:

时间:2016-03-07 19:22:23

标签: grails

  1. 我更新了一个插件以使用cxf 2.0.3 - 以前该插件使用的是cxf 1.4.7。
  2. 以下是插件的更新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"
    }
    
    1. 当我的应用程序尝试加载插件时,出现以下错误。 我尝试在现有项目和新项目上使用该插件,但仍然收到错误。
    2. 
      |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
      
      1. 我需要删除一些缓存文件吗?

1 个答案:

答案 0 :(得分:0)

搜索字符串:" 1.4.7"在整个插件项目中。通过blah,您将在项目中找到此字符串的所有出现(然后您将决定更改它或从结果中删除此类文件)。