Grails 2.2.4 unresolved dependencies commons-imaging
So I'm kinda lost here. I've had the same BuildConfig for over a month, and since the beginning of the week I have the following problem: I'm trying to use the Apache commons-imaging 1.0-SNAPSHOT in my grails 2.2.4 project using the following configuration: BuildConfig.groovy repositories{ ... mavenRepo 'http://repository.apache.org/snapshots' ... } dependencies{ ... compile 'org.apache.commons:commons-imaging:1.0-SNAPSHOT' ... } But every now and then, after running the grails clean command (I've tried from the terminal and from GGTS ), I get an unresolved dependencies error. At the very