rombert commented on code in PR #28:
URL:
https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r915708888
##########
pom.xml:
##########
@@ -219,8 +214,24 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.owasp.antisamy</groupId>
+ <artifactId>antisamy</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>batik-css</artifactId>
+ <version>1.14</version>
+ <scope>provided</scope>
Review Comment:
I think that should already be the cause, but probably is not clear enough.
All that is needed for the Sling Starter to deploy the new version of the Sling
XSS bundle is at
https://github.com/apache/sling-org-apache-sling-starter/compare/master...rombert:sling-org-apache-sling-starter:master
.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]