I am trying to integrate stripe payments with aem, but I run into an issue when trying to add the stripe dependencies in there respective pom.xml files. (Core and Parent Pom).
The component I am trying to build uses a servlet to invoke the stripe checkout session. Meaning a button click will re-direct to this new "page".
After building and deploying the codebase with the com.stripe dependency I get the error:
Any ideas on how can fix this error?