2007/4/17, Shute, James <[EMAIL PROTECTED]>:
An alternative approach I've tried is in the pom for the war to specify the dependencies again, but with a scope of provided, which does stop them being bundled in. However this is a bit of a hack as if I change the versions / add dependencies in future I've got to remember to change them there too, which isn't great.
Use different profiles. The "provided" scope means exactly that the "container will provide it". If it is in a directory of your Weblogic instance, well, I think it's provided :-) Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
