After updating some dependencies, my build fails as follows:

FAILURE: Build failed with an exception.

* Where:
Build file '/swd/prj/spock/trunk/spock-spring/build.gradle'

* What went wrong:
Execution failed for task ':spock-spring:test'.
Cause: Could not resolve all dependencies for configuration 'testRuntime':
    - download failed: javax.jms#jms;1.1!jms.jar
    - download failed: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar
    - download failed: com.sun.jmx#jmxri;1.2.1!jmxri.jar

How can I find out the path to these transitive dependencies so that I can
exclude them? I've tried "gradle --dependencies", but it fails with the same
error as the build.

Cheers,
Peter

PS: How about letting Gradle automatically display the path to missing
dependencies (like Maven does)?


-- 
View this message in context: 
http://old.nabble.com/How-can-I-find-out-path-to-missing-transitive-dependencies--tp27787185p27787185.html
Sent from the gradle-user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to