POM file has a potentially outdated spring cloud dependency
Closed this issue · 3 comments
ddubson commented
Running ./mvnw spring-boot:run
for the first time does not find appropriate dependencies for version Brixton.BUILD-SNAPSHOT
of spring cloud starter and fails to run the Spring Boot app. Changing the dependency version to Brixton.SR1
(labeled current on http://projects.spring.io/spring-cloud/) resolves the issue. I'd be happy to create a PR for this issue if my findings are valid.
spencergibb commented
No, there some other problem with our snapshots.
spencergibb commented
Check now, we've fixed the snapshots of starters.
ddubson commented
Works as expected. Great!