Is there a simple way to have multiple MavenDependencyAppender and to switch between them at the test level?
I'm looking for something to be able to run one test with default libs, then run one test with jpa related libs, then run one test with web services related lib and so on.
Thanks for your work!