Hello We are trying to model all our dependency confs off of something like junit.
Now I have some dependencies that are provided by the web server and I don't want put in my war, I figure that the provided conf is used for this. I just don't really get how this is done in a nice way. Is there a way to say get me all the "compile" dependencies, except the ones are that are in the "provided" conf? Is the "system" conf the one for specifiying which jars to include in the war? Thanks, Jon Roberts
