I am trying to use a 3rd party project (Jsoup) in my servlet. I have
gone through the steps to build and deploy a bundle fragment plugin as
outlined
here:https://helpx.adobe.com/experience-manager/using/custom-sling-servlets.htmlThis
part works fine, I deploy it successfully via web console bundles and it
has an "active" status. In my servlet's pom.xml I then include the
dependency as such: org.jsoup
jsoup 1.8.1I
then build my servlet, do the maven clean install and deploy the servlet
via the we...