Wendy,

With m2 wouldn't you just give this a scope of test?

Sean

On 1/26/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 1/26/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
>
> > I can see why these two have to be declared, since the Shale code directly
> > depends on them.  But HtmlUnit itself ships with a bunch of other jars that
> > it requires at runtime.  Do these have to be declared also, or are they
> > picked up transitively from whatever the htmlunit pom entry says?
>
> As you noted, I just added enough to get the test framework classes to
> compile.  Maven 1 doesn't have transitive dependencies, so anyone who
> is using HtmlUnit would have to declare it and all of its dependencies
> in his own project.xml file.
>
> (The Maven 2 pom will list HtmlUnit as an optional dependency, which
> will prevent it from being transitive.  Again, the user would declare
> it if he wants it, at which point m2's transitive dependency mechanism
> would kick in.)
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to