I make use of the dependency manager's resolve() method to get a list of all dependencies so that I can ensure my eclipse files and lib directories are all in sync. If there is a specific dependency (example: org.springframework:spring) that for which I do not want the runtime dependencies to be resolved, how can I accomplish this?
Essentially, I want to explicitly disable a certain dependency's runtime dependencies. Is this possible? This would be similar to Maven's exclusions. Jerod -- View this message in context: http://www.nabble.com/excluding-transitive-dependencies-tp18953275p18953275.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
