FasterXML / jackson-module-jsonSchema

Module for generating JSON Schema (v3) definitions from POJOs
370 stars 136 forks source link

Maven support? #68

Closed kmejka closed 9 years ago

kmejka commented 9 years ago

Quick question - I'm building my project using maven. I wanted to add a dependency, looking at your Readme.md, something along the lines of:

<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsonSchema</artifactId>
<version>2.1.0</version>

I've tried to find your library (jackson-datatype-jsonSchema) in some public maven repository (for example maven central), but I couldn't find it. Did you publish your library to maven central or someplace else? Do you support maven?

kmejka commented 9 years ago

Additional question. If I specify a dependency like this:

<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema</artifactId>
<version>2.5.2</version>

but then I can't find the class SchemaFactoryWrapper you've got mentioned in your Readme.md.

kmejka commented 9 years ago

Closing the issue - I made a mistake, didn't correctly add the library to the maven dependencies because of a mix up in my IDE. Sorry, developing on friday is not always the best :)