I am working on adding AEMMJML (https://github.com/Netcentric/aemmjml)
capabilities to my aem project. I was able to add it using package
install but our team looking towards adding them as dependencies to the
project. I added appropriate pom entries but the 'aemmjml-foundation'
needs node js dependency and I am not able resolve that issue. Here is
the pom entry which I have added to my project pom file :
biz.netcentric.cq.tools.aemmjmlaemmjml-foundation-package0.1.0zip
I got below error while r...