spring-cloud-samples/configserver

POM file has a potentially outdated spring cloud dependency

Closed this issue · 3 comments

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.

No, there some other problem with our snapshots.

Check now, we've fixed the snapshots of starters.

Works as expected. Great!