Anyone had any problems with the order the dependencies changing or breaking what gets downloaded?
I've tried this in both 2.1 rc1 and 2.0. <dependency org="dom4j" name="dom4j" rev="1.6.1" conf="compile->default" /> <dependency org="eviware" name="soapui" rev="2.5.1" conf="compile->default" /> <dependency org="org.apache.axis2" name="axis2-kernel" rev="1.3" conf="compile->default" /> <dependency org="org.apache.axis2" name="axis2-adb" rev="1.3" conf="compile->default"/> <dependency org="javax" name="servlet-api" rev="5.5.23" conf="compile->default"/> <dependency org="com.sun.syndication" name="rome" rev="1.0" conf="compile->default" /> Moving the soapui dependency down to the bottom of the list causes ivy to try to get jmx and jms dependencies (which it can't download) but moving it up to the top causes these to just go away.
