This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.xss-2.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
commit 1b5a13a2d3c08dee956133adccdcf803ccd964f3 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Apr 28 12:14:24 2017 +0000 SLING-6810 : Exclude JavaEE packages git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/xss@1793057 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 80cf412..e106665 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,9 @@ !org.apache.xml.resolver, !org.apache.xml.resolver.readers, !org.apache.log, + !javax.mail.internet, + !javax.servlet.jsp, + !javax.servlet.jsp.tagext, !sun.io, * </Import-Package> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
