ivy retrieve leads to “module not found: org.slf4j#slf4j-api;${slf4j.version}”
问题 My question is, why am I able to pull dependencies from some, but not all, of the public ivy repos? I am using an ant build.xml script to call the ivy:retrieve command. Here is the relevant line from my ivy.xml file, where I have removed all of the other dependencies for clarity: <dependencies> <dependency org="log4j" name="log4j" rev="1.2.16"/> </dependencies> which is being pulled from a public repository given in my ivysettings.xml file <!-- General public repository !--> <ibiblio name=