So, here I am, setting up an application that embeds Felix. I need it to contain a certain collection of bundles -- and then some dependencies of those bundles.
Plain-old-maven can't help very much with managing those dependencies, since it can only deal with one version per Group/Artifact, and I expect to have cases where we need more than one major version of some things (e.g. Guava). is there a commonly-used solution to all of this? I'm contemplating writing a Maven plugin, but I would like to avoid recreating the wheel. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org