wcm-io / io.wcm.maven.aem-cloud-dependencies

Maven dependencies for the AEM Cloud Service SDK
https://wcm.io/tooling/maven/aem-dependencies.html
Apache License 2.0
2 stars 3 forks source link

Switch to JSONP 2.1 (jakarta.json) and Johnzon 2.0 by default #66

Closed stefanseifert closed 1 month ago

stefanseifert commented 1 month ago

new attempt after introducing it in #52 and reverting it in #53.

this time, we additional provide a new "mixin POM", which allows projects still relying on JSONP 1.1 to downgrade only the related dependencies to older versions: https://github.com/wcm-io/io.wcm.maven.aem-cloud-dependencies-mixin-jsonp11

Fixes #62 Fixes #60