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

fix base references in specified module info's #4

Closed GedMarc closed 3 years ago

GedMarc commented 3 years ago

update the name of the base module in all the reference modules, remove any reference to jakarta.ws.rs.api as a module

cowtowncoder commented 3 years ago

Ok I can see the first change (rs vs rs.api) -- but the other changes seem accidental?

GedMarc commented 3 years ago

Ah i see now its the other way around

GedMarc commented 3 years ago

@cowtowncoder ready for review