== Dependency Management If you’re a Maven Central user, add our BOM to your pom.xml section. This will allow you to omit versions for any of the Maven dependencies and instead delegate versioning to the BOM. ```xml com.alibaba.cloud spring-cloud-alibaba-dependencies 1.5.1.RELEASE pom import ``` In the following sections, it will be assumed you are using the Spring Cloud Alibaba BOM and the dependency snippets will not contain versions.