This message was deleted.
# community-support
s
This message was deleted.
c
It doesn’t look like there is a Finchley.M5 version on Maven Central: https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies
Its likely to do with a bad respository URL:
Copy code
URI does not specify a valid host name: https:/repository/maven-public/com/amazonaws/aws-java-sdk-bom/1.11.125/aws-java-sdk-bom-1.11.125.pom
r
I believe that version exists (https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies/Finchley.M5) anyway, I it looks like the repository is not responding
c
likely due to the bad repo URIs somewhere in your config.
Copy code
RI does not specify a valid host name: https:/repository/maven-public/com/amazonaws/aws-java-sdk-bom/1.11.125/aws-java-sdk-bom-1.11.125.pom
v
Or to say it clearly, add the missing slash. 🙂