> Looking closer I can see that the <dependency org="org.apache.cassandra" > name="cassandra-thrift" rev="0.8.1"/> exists in > $GORA_HOME/gora-cassandra/ivy/ivy.xml, however what I am puzzled at is from > where else the artefact retrieval is being duplicated?
Sometimes if you ask Ivy not to download the javadoc and sources, you get the around the error: <dependency org="org.apache.cassandra" name="cassandra-thrift" rev="0.8.1" conf="*->*,!javadoc,!sources"/>
