Remove bom from starter

- Having bom in starter in gradle build causes
  errors during a release.
- Relates to #458
This commit is contained in:
jvalkeal
2018-02-11 16:13:16 +02:00
parent 2cd45ae5da
commit 0f453cccea

View File

@@ -457,11 +457,6 @@ project('spring-statemachine-starter') {
compile project(":spring-statemachine-boot")
compile "org.springframework.boot:spring-boot-starter"
}
dependencyManagement {
imports {
mavenBom "org.springframework.statemachine:spring-statemachine-bom:${project.version}"
}
}
install {
repositories.mavenInstaller {