This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
The following commit(s) were added to refs/heads/master by this push:
new cc6e63d SLING-10158 XSSFilter fails with a classloading the
TreeWalker class
cc6e63d is described below
commit cc6e63d80d4a2c2fc7bbca31b6a1ec1e65e74dc8
Author: Eric Norman <[email protected]>
AuthorDate: Tue Feb 23 10:46:08 2021 -0800
SLING-10158 XSSFilter fails with a classloading the TreeWalker class
---
bnd.bnd | 1 +
1 file changed, 1 insertion(+)
diff --git a/bnd.bnd b/bnd.bnd
index 67023a9..be4bc68 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -30,6 +30,7 @@ Private-Package: org.apache.sling.xss.impl, \
org.w3c.css.sac, \
org.apache.xerces.*, \
org.apache.xml.serialize, \
+ org.apache.xml.serializer.*, \
org.apache.commons.beanutils.*;-split-package:=merge-first, \
org.apache.commons.configuration.*, \
org.apache.commons.logging.impl, \