Closed kmejka closed 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.
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 :)
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:
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?