Ivy used to retrieve guava, now it does not
问题 Related question: Ivy cached a dependency file, but not copy to my lib My situation is nearly identical, except that this has been working for quite a while until recently. Ivy retrieves other jars: transitive dependencies like com.google.code.findbugs, and specified artifacts like junit. It does not copy the guava jar to my lib. ivy.xml: <ivy-module version="2.0"> <info organisation="mine" module="external-deps"/> <dependencies> <dependency org="com.google.guava" name="guava" rev="14.0.1"/>