Grails - attempting to include HTPPBuilder - Linkage error

Posted by Stefan Kendall on Stack Overflow See other posts from Stack Overflow or by Stefan Kendall
Published on 2010-05-04T02:23:37Z Indexed on 2010/05/04 2:28 UTC
Read the original article Hit count: 361

Filed under:
|
|

When I run grails install-dependency, I get this.

java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for
    a different type with name "org/xml/sax/SAXParseException"

What's wrong? I've not used grails dependency management before, and this is rather cryptic.

repositories {        
    grailsPlugins()
    grailsHome()
    mavenLocal()
    mavenCentral()
}

dependencies {
     runtime 'org.codehaus.groovy.modules.http-builder:http-builder:0.5.0'
}

© Stack Overflow or respective owner

Related posts about grails

Related posts about dependency-management