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

lukaszlenart pushed a commit to branch WW-5537-classloader-leak-fixes
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 1f97920f3e7add53e26f445ffdde92b1b9750407
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Mar 23 10:04:29 2026 +0100

    WW-5537 Add log4j-web for proper Log4j2 lifecycle in Servlet container
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 apps/showcase/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml
index e54572c7a..0754eaeac 100644
--- a/apps/showcase/pom.xml
+++ b/apps/showcase/pom.xml
@@ -119,6 +119,10 @@
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j-impl</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-web</artifactId>
+        </dependency>
 
         <dependency>
            <groupId>org.sitemesh</groupId>

Reply via email to