创建Ldap插件ii Grails 2.3

创建Ldap插件ii Grails 2.3,grails,grails-plugin,Grails,Grails Plugin,我正在尝试将我的项目从Grails2.2.4迁移到Grails2.3.5,我需要一些插件,其中之一就是Ldap。要访问我的存储库,我有一个URL: grailsRepo "http:// svn................" 我的依赖解析程序是maven 在下列情况下,您可以使用此代码: plugins { // plugins for the build system only build ":tomcat:7.0.50" // plugins for the

我正在尝试将我的项目从Grails2.2.4迁移到Grails2.3.5,我需要一些插件,其中之一就是Ldap。要访问我的存储库,我有一个URL:

grailsRepo "http:// svn................"
我的依赖解析程序是maven

在下列情况下,您可以使用此代码:

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”以获取更多信息。

看起来ldap插件的最新版本是0.8.2-请参阅

如果这是本地repo中的自定义构建,请尝试切换到常春藤解析器