Hi, I'm trying to specify Karaf feature dependencies in my POM so that I can generate a features XML for my own bundle that will install the features as well.
How do I specify for example the pax-jdbc-mariadb feature with Maven coordinates? It's part of the enterprise feature I believe but I don't want to install all of enterprise, so how can I install individual features? thanks, Kerry
