I apologize if this has been asked before. I did several searches and did not find a relevant thread.

I am aware that one can override getTestBundleNames() to provision the test container with bundles and that underneath the covers, this uses the Maven local repository to locate the bundles.

What I want to do is this. I want to provision the test container using bundles listed as dependencies inside the pom of my integration test maven project.

Is it possible to do this "out of the box" using Spring DM 2.0.0.M1?