2014-01-24 43 views
0

我試圖將我的項目從Grails 2.2.4移到Grails 2.3.5,我需要一些插件,其中一個是Ldap's。要訪問我的倉庫我有一個網址:創建Ldap Plug ii Grails 2.3

grailsRepo "http:// svn................" 

和我的依賴解析器是行家

的Y的這個代碼後:

plugins { 
    // plugins for the build system only 
    build ":tomcat:7.0.50" 

    // plugins for the compile step 
    compile ":scaffolding:2.0.1" 
    compile ':cache:1.1.1' 

    // plugins needed at runtime but not for compilation 
    runtime ":hibernate:3.6.10.7"// or ":hibernate4:4.1.11.6" or hibernate:3.6.10.7 
    runtime ":database-migration:1.3.8" 
    runtime ":jquery:1.10.2.2" 
    runtime ":resources:1.2.1" 
    compile ":ldap:0.8.3.2" 
} 

,我得到了一個錯誤

The following artifacts could not be resolved: org.grails.plugins:ldap:zip:0.8.3.2, org.grails.plugins:spring-security-ldap-dcas:zip:1.0.6: Could not find artifact org.grails.plugins:ldap:zip:0.8.3.2 in grailsCentral (http://repo.grails.org/grails/plugins) 

|運行'grails dependency-report'獲取更多信息。

回答

0

它看起來像LDAP插件的最新版本是0.8.2 - 看http://grails.org/plugin/ldap

如果這是一個自定義生成這是在你的本地回購,嘗試切換到常春藤解析