This is an automated email from the ASF dual-hosted git repository.
rombert 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 603e994 SLING-11921 - Building javadoc with Java 11 fails (#33)
603e994 is described below
commit 603e9940b630f867364ec6f9ff389cbf72019e70
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jun 30 15:55:28 2023 +0200
SLING-11921 - Building javadoc with Java 11 fails (#33)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4285e3..14cbeec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,8 @@
<configuration>
<!-- No javadocs -->
<excludePackageNames>
- javax.xml.*,
+ org.owasp.html,
+ *.impl,
*.impl.*
</excludePackageNames>
</configuration>