On Sat, Jul 19, 2008 at 9:52 PM, Brian Eaton <[EMAIL PROTECTED]> wrote:

> 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?


I looked at the deltas to see what was being pulled in, and of all the new
dependencies the only one that looked likely to have anything to do with
commons io was htmlunit. Simulating an http user agent would require lots of
I/O, but the other stuff didn't seem like it would.


>
>
> > 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
>

Reply via email to