This is an automated email from the ASF dual-hosted git repository.
cziegeler 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 abb7118 SLING-12005 : XSS bundle should not embed org.owasp.encoder
abb7118 is described below
commit abb7118c228ffcf457902c6a7874f5061e41b422
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Aug 18 07:46:34 2023 +0200
SLING-12005 : XSS bundle should not embed org.owasp.encoder
---
pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9d8b225..8909f32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,10 +109,6 @@
<groupId>org.owasp.esapi</groupId>
<artifactId>esapi</artifactId>
</artifactItem>
- <artifactItem>
- <groupId>org.owasp.encoder</groupId>
- <artifactId>encoder</artifactId>
- </artifactItem>
</artifactItems>
</configuration>
</execution>