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

Define transitive for jakarta.ws.rs #3

Closed GedMarc closed 3 years ago

GedMarc commented 3 years ago

Use the base module as the transitive definition for all the other modules, leave the jackson modules as independently defined

I thought this would be good?

cowtowncoder commented 3 years ago

Reducing amount of definitions a bit; makes sense to me!