Include custom OSGI bundle in AEM Project
Hello all,
I have a custom AEM project which I've built some services/servlet and will only be installing the core module (lets say osgi bundle a) on to AEM.
Now I want to add this bundle a into another AEM Project which will consume bundle a's services & servlets.
How can I go about adding my custom bundle to my custom AEM Project while resolving dependencies. I would also like to know what to add to my pom.xml's if possible.

