adobe / aem-sample-we-retail-journal

We.Retail Journal is a sample showcasing SPA Editing capabilities in AEM using React and Angular
Apache License 2.0
70 stars 69 forks source link

Remove Jackson dependencies #68

Closed samuelmeuli closed 4 years ago

samuelmeuli commented 4 years ago

This PR removes the Jackson dependencies to fix the reported security vulnerabilities. Jackson is part of uber-jar and therefore not needed as separate dependencies.

Closes #66