FasterXML / jackson-jakarta-rs-providers

Multi-module project that contains Jackson-based "new" Jakarta-RS (nee "JAX-RS" -- ones under `jakarta.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Apache License 2.0
14 stars 11 forks source link

licenses missing from jars #14

Closed pjfanning closed 1 year ago

pjfanning commented 1 year ago

Unlike other jackson projects, none of the modules have META-INF/LICENSE files added to the jars.

cowtowncoder commented 1 year ago

Right, I added missing NOTICE and LICENSEs the other day on format modules and jackson-jr. I think most repos had them at some point but they were sometimes dropped when consolidating. And in this case probably just not copied over when cloning jaxrs-providers repo.

cowtowncoder commented 1 year ago

Fixed via #15.