Lance Java schrieb:
> Ah... got ya...
> Add a log4j dependency to my project even though i don't reference it
> directly
> artifactA.scope=compile
> log4j.scope=provided
>   
Rather than think of it as "adding a dependency", think of it as
declaring what your container environment provides.

If your container really does provide log4j and servlet-api, then it is
entirely reasonable to tell maven about that.

Regards,
Simon


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

Reply via email to