Home > Software engineering >  Maven - repo.spring.io is giving 404 for spring milestone dependencies
Maven - repo.spring.io is giving 404 for spring milestone dependencies

Time:07-07

Unable to download spring-boot-starter-parent-2.4.0-M1 jar with maven today (July 6th, 2022)

This is giving 404. https://repo.spring.io/milestone/org/springframework/boot/spring-boot-starter-parent/2.4.0-M1/spring-boot-starter-parent-2.4.0-M1.pom

any quick resolutions? Note: Can't switch to new versions immediately.

CodePudding user response:

Not sure if other that spring are publishing the milestones. You can use your own maven repository and publish that version to stay fixed. Otherwise, you need to point to the 2.4.0 version of that same artifact.

CodePudding user response:

Spring repo is down at the moment. See https://twitter.com/springops/status/1544719860340428800?s=20&t=0KUlqQe7S4Hh2fcH0ElF9w

  • Related