FasterXML / jackson-module-jsonSchema

Module for generating JSON Schema (v3) definitions from POJOs
371 stars 135 forks source link

Missing jar at maven central for version 2.6.2 #79

Closed idelvall closed 9 years ago

idelvall commented 9 years ago

Jar artifact has not been deployed to maven central for release 2.6.2.

https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-jsonSchema/2.6.2/

cowtowncoder commented 9 years ago

Thank you for reporting this. It is due to some problem between Sonatype OSS repo, Maven Central; I filed this:

https://issues.sonatype.org/browse/OSSRH-17732

so that hopefully sometime in future these would stop happening.

I will try to re-release module tonight from home, and that should add the jar itself. But the problem is trickier, and I wrote to user list about it as well.

cowtowncoder commented 9 years ago

Should be fixed now.

idelvall commented 9 years ago

Thanks