2014-01-24 2 views
0

Grails 2.2.4에서 Grails 2.3.5로 프로젝트를 옮기려고하는데 플러그인이 필요합니다. 그 중 하나는 Ldap입니다. 내 저장소에 액세스하기 위해 URL을 가지고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 - 이것은 해당 지역의 repo에서의 사용자 지정 빌드 경우, http://grails.org/plugin/ldap

를 참조 담쟁이 해결로 전환하려고

관련 문제