On Wed, Oct 16, 2019 at 10:22 AM Amit Singla <[email protected]> wrote: > > The checksum is wrong on all files in the below maven repository. This is > blocking to use this latest version. > > https://repository.mulesoft.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.10.0/ > > Any idea how to get this fixed?
I think you will need to reach out maintainers of that Repo. They will probably need to do hard sync from Maven Central to get consistent set -- by default things are write-once, I think, to prevent accidental mutation of artifacts. For this admin privileges are likely needed. But I think they have had to do this occasionally. The root cause in this case was that due to some issue with Sonatype's OSS repo, incomplete set got through, and initial fix then pushed inconsistent checksum files. This did get resolved, but it is likely that sync by other repos occurred in the meantime. -+ Tatu +- -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAL4a10io8rA4ew3WoKQ3Pk%2BSUm9zckDm2b4P-cwoJBt-f38AMg%40mail.gmail.com.
