WW-5334 Fix log4j binding

This commit is contained in:
Kusal Kithul-Godage
2023-08-19 12:43:02 +10:00
parent 9a286c9353
commit 21a09493fc
+7
View File
@@ -60,6 +60,13 @@
<artifactId>struts2-convention-plugin</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>