My project edn had a old maven link that no longer resolves, since maven switched to https only in 2020:
:mvn/repos {"central" {:url "http://central.maven.org/maven2/"}
When retrieving deps from a new computer, the packages were all failing with errors like:
Downloading: selmer/selmer/1.12.31/selmer-1.12.31.pom from central
Download corrupted: Checksum validation failed, expected <meta but is ad208edec82716369dab76b6cbca3475a4ae2033
This was because the downloaded "package" were instead HTML files due to AT&T dnsassist.
Since the checksum fails, I would expect the package downloaded to be deleted instead of kept as it is (broken html files). I had to delete the entire .m2, fix the repo link, and then redownload to fix.