I have created a library and exported it as a jar. The library has a couple of dependencies as AspectJ and springfox. Every time an application adds this as a dependency in pom.xml, it has to add dependencies as SpringFox and Aspectj as well into its pom.xml.
Is there an option in Maven through which we can avoid this step of adding these dependencies?