FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

Jackson version alignment with Gradle 6 #173

Closed cowtowncoder closed 4 years ago

cowtowncoder commented 4 years ago

Same thing as

https://github.com/FasterXML/jackson-databind/issues/2726

with just minor complications:

  1. Since we do not extend jackson-base, need to include full plug-in definition
  2. 2.x is fine wrt project-version to jackson-bom but 3.x needs care as annotations will only have "major.minor" version, but base has "major.minor.patch"