# Introduction The `dolphinscheduler-bom` module is used to manage the version of third part dependencies. If you want to import `dolphinscheduler-xx` to your project, you need to import `dolphinscheduler-bom` together by below way, this can help you to manage the version. ```xml org.apache.dolphinscheduler dolphinscheduler-bom ${dolphinscheduler.version} pom import ``` If you want to override the version defined in `dolphinscheduler-bom` you can directly add the version at your module's `dependencyManagement`.