Remove bom from starter
- Having bom in starter in gradle build causes errors during a release. - Relates to #458
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user