SLING-10397 - Update to Sling Bundle Parent 41

* Upgrade to parent version 41, version 40 is affected by SLING-9972
* ignore unresolvable references from embedded classes
* keep embedding known needed dependencies

Co-authored-by: Konrad Windszus <kwin@apache.org>
Co-authored-by: Radu Cotescu <radu@apache.org>
1 file changed
tree: 007557df0dc56968f705695496eacabe7b391da2
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central License

Apache Sling XSS Protection

This module is part of the Apache Sling project.

The Apache Sling XSS Bundle provides two services for escaping and filtering XSS-prone user submitted content:

  1. org.apache.sling.xss.XSSAPI
  2. org.apache.sling.xss.XSSFilter

Please check the JavaDoc of each service to find out what methods they provide.