WW-5391 Fix bean definition

This commit is contained in:
Kusal Kithul-Godage
2024-02-02 17:48:14 +11:00
parent b5fca66ad0
commit 93f0a5116b
@@ -25,6 +25,10 @@
<struts>
<bean name="struts" type="org.apache.struts2.views.velocity.VelocityManagerInterface"
class="org.apache.struts2.views.velocity.VelocityManager"/>
<!-- Deprecated since 6.4.0 -->
<bean name="struts" class="org.apache.struts2.views.velocity.VelocityManager"/>
<bean type="org.apache.struts2.components.template.TemplateEngine" name="vm"