Try something like this:
compile ('com.googlecode.tawus:tapz-core:0.2-SNAPSHOT') { exclude group: "org.apache.tapestry" exclude group: "org.apache.tapestry5" } On Thu, May 23, 2013 at 3:24 PM, Lance Java <lance.j...@googlemail.com>wrote: > Looks like the library is referencing a nonexistent version of tapestry. > I'm no Gradle guru but in maven, this can be resolved by specifying a > different version of the tapestry dependencies in your pom and the "nearest > resolution wins" strategy comes into play. > > If the equivalent doesn't work in Gradle, you should be able to explicitly > exclude the transitive tapestry dependencies in the AjaxUpload dependency > declaration. > -- Dmitry Gusev AnjLab Team http://anjlab.com