Closed adamzr closed 11 years ago
When I added
compile ":cors:1.1.0"
to my dependencies
I got:
:: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: #cors;1.1.0: java.text.ParseException: inconsistent module descriptor file found in 'http://plugins.grails.org/grails-cors/tags/RELEASE_1_1_0/cors-1.1.0.pom': bad organisation: expected='' found='org.grails.plugins'; ::::::::::::::::::::::::::::::::::::::::::::::
:::: ERRORS grailsCentral: bad organisation found in http://plugins.grails.org/grails-cors/tags/RELEASE_1_1_0/cors-1.1.0.pom: expected='' found='org.grails.plugins' | Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
You need to add it to plugins:
plugins { compile ":hibernate:$grailsVersion" ... runtime ':cors:1.1.0' ...
When I added
compile ":cors:1.1.0"
to my dependencies
I got:
:::: ERRORS grailsCentral: bad organisation found in http://plugins.grails.org/grails-cors/tags/RELEASE_1_1_0/cors-1.1.0.pom: expected='' found='org.grails.plugins' | Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):