AbsaOSS / hyperdrive

Extensible streaming ingestion pipeline on top of Apache Spark
Apache License 2.0
44 stars 13 forks source link

Move dependencies to child poms #94

Closed kevinwallimann closed 4 years ago

kevinwallimann commented 4 years ago

Currently, many dependencies are defined in the parent pom even though they are only used in one module. That unnecessarily bloats up the jars of the other modules. Moreover, it's hard to track which module really needs a dependency

Task