How should dependencies be managed in maven
Multi module projects in maven are a great thing. But have you ever faced issues with multi module projects. With lots of smaller services and 1 parent for all the services. Some services at any point may need different dependencies or different versions of same dependencies. So it be better have <optional> on dependencies that … Read more