Maven - repo.spring.io is giving 404 for spring milestone dependencies

Viewed 131
2 Answers

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.

Related