kwin commented on code in PR #28:
URL: 
https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r915084058


##########
pom.xml:
##########
@@ -188,21 +177,27 @@
     <!-- 
======================================================================= -->
     <dependencies>
         <dependency>
-            <groupId>org.owasp.antisamy</groupId>
-            <artifactId>antisamy</artifactId>
-            <version>1.6.4</version>
+            <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
+            <artifactId>owasp-java-html-sanitizer</artifactId>
+            <version>20211018.2</version>
+            <scope>provided</scope>

Review Comment:
   Can we switch to using either 
https://bnd.bndtools.org/instructions/includeresource.html (to embed the full 
jar) or https://bnd.bndtools.org/instructions/conditionalpackage.html for 
individual packages and at the same time get rid of maven-dependency-plugin?



-- 
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]

Reply via email to