This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch SLING-13113
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git

commit f0b4a00b8152f70bd748eca1a6dbb96cf7870aad
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Feb 13 13:07:18 2026 +0100

    SLING-13113: xss: update of esapi dependency causes unresolved logging 
dependency in starter
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2aed779..5289f1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,11 @@
                     <groupId>xml-apis</groupId>
                     <artifactId>xml-apis</artifactId>
                 </exclusion>
+                <exclusion>
+                    <!-- see SLING-13113 -->
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to