Skip to content

Commit 5f7c85a

Browse files
committed
Fixed maven artefact reference in readme
com.fasterxml.jackson.datatype:jackson-datatype-jsonSchema:2.1.0 -> com.fasterxml.jackson.module:jackson-module-jsonSchema:2.5.2
1 parent 61b6a86 commit 5f7c85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This module is very new, and 2.2 is expected to be the first fully stable releas
1414
## Example Usage (from [TestGenerateJsonSchema](https://github.com/FasterXML/jackson-module-jsonSchema/blob/master/src/test/java/com/fasterxml/jackson/module/jsonSchema/TestGenerateJsonSchema.java#L136))
1515

1616
simply add a dependency (this is from my gradle config)
17-
`"com.fasterxml.jackson.datatype:jackson-datatype-jsonSchema:2.1.0"`
17+
`"com.fasterxml.jackson.module:jackson-module-jsonSchema:2.5.2"`
1818
and for gradle, at least, you can simply add `mavenLocal()` to your repositories.
1919
Maven should resolve the dependency from its local repo transparently.
2020

0 commit comments

Comments
 (0)