I have a need to pull in a different set of dependencies for a particular artifact depending on the scope. For compile I need dependency A without transitive dependencies, but for Test I need A with transitive dependencies. What is the appropriate way to build a POM file that accomplishes this?
