From 0c3534e8b4ebcb5e05a76e9748ff576ecf779015 Mon Sep 17 00:00:00 2001 From: Tobias Stadler Date: Tue, 14 Jun 2022 09:53:10 +0200 Subject: [PATCH] Added async and velocity plugin to bom --- bom/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index b2a8a9555b..e25ca89dd1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -56,6 +56,11 @@ struts2-core ${struts-version.version} + + org.apache.struts + struts2-async-plugin + ${struts-version.version} + org.apache.struts struts2-bean-validation-plugin @@ -171,6 +176,11 @@ struts2-tiles-plugin ${struts-version.version} + + org.apache.struts + struts2-velocity-plugin + ${struts-version.version} +