Search before asking
Description
Right now, we use DependencyManagement in root/pom.xml to manage all third part dependency version.
The problem is that when someone want to rely ds, he cannot manage the third part dependency, he need to do this version management again, he will copy the content in DependencyManagement to his project pom.
If we manage these in a single module, like skywalking/oap-server-bom
user can directly import our dplphinscheduler-bom to their project.
Are you willing to submit a PR?
Code of Conduct