On Sat, Jul 19, 2008 at 4:06 PM, Kevin Brown <[EMAIL PROTECTED]> wrote: > http://svn.apache.org/viewvc?view=rev&revision=677955 is the culprit, though > it's not obvious why it's causing this. I suspect this is being caused > becuase htmlunit depends on an older version of commons-io:
How on earth did you figure out that the htmlunit dep on an older version of commons-io was causing this? > Does anyone know how to resolve these conflicts with maven? In this case > it's just a test dependency, too, so it's not like a real conflict. You use an <exclusion> tag. Submitted in r678248. Cheers, Brian

