WW-5334 Add struts2-junit-plugin as test scope to struts2-velocity-plugin

This commit is contained in:
Kusal Kithul-Godage
2023-08-18 22:18:36 +10:00
parent 05cfe51d5f
commit 61856cf59c
+6
View File
@@ -55,6 +55,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-junit-plugin</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>