== Dependency Management
The Spring Cloud Alibaba Bill of Materials (BOM) contains the versions of all the dependencies it uses.
Version 0.2.2.BUILD-SNAPSHOT is compatible with the Spring Cloud Finchley. Version 0.1.1.RELEASE is compatible with the Spring Cloud Edgware.
These artifacts are available from Maven Central and Spring Release repository via BOM:
[source,xml]
----
org.springframework.cloud
spring-cloud-alibaba-dependencies
0.2.2.BUILD-SNAPSHOT
pom
import
----
If you want to use the latest BUILD-SNAPSHOT version, add Spring Snapshot Repository in pom.xml , Attention: BUILD-SNAPSHOT may be updated in any time
[source,xml]
----
spring-snapshot
Spring Snapshot Repository
https://repo.spring.io/snapshot
true
----