eric-milles opened a new pull request, #108: URL: https://github.com/apache/ant-ivy/pull/108
The `ivy:checkdepsupdate` task should examine dependencies by conf so that it does not report on a dependency in another conf that has an update. For example, if `org.dom4j:dom4j:2.2.0` is in "conf1" and `com.github.spotbugs:spotbugs-ant:4.9.3` is in "conf2" there is a transitive dependency to `org.dom4j:dom4j:2.1.4`. With `<ivy:checkdepsupdate conf="conf1" revisionToCheck="latest.release" showTransitives="false" />` there is a line "org.dom4j#dom4j 2.1.4 -> 2.2.0". https://issues.apache.org/jira/browse/IVY-1662 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org