Maven is a great and mature build automation tool. There is always a solution on almost everything. The main case you might stumble on organization projects is dependency management. Instead of each project having its own dependencies you want a centralized way to inherit those dependencies.

In those cases, you declare on the parent prom the managed dependencies. In my example, I just want to include the Akka stream dependencies.

#java #tutorial #maven #dependencies

Dependency Management and Maven
1.80 GEEK