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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c3534e8b Added async and velocity plugin to bom
     new ba041e1ee Merge pull request #568 from tobiasstadler/master
0c3534e8b is described below

commit 0c3534e8b4ebcb5e05a76e9748ff576ecf779015
Author: Tobias Stadler <ts.stad...@gmx.de>
AuthorDate: Tue Jun 14 09:53:10 2022 +0200

    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 b2a8a9555..e25ca89dd 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -56,6 +56,11 @@
                 <artifactId>struts2-core</artifactId>
                 <version>${struts-version.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-async-plugin</artifactId>
+                <version>${struts-version.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.apache.struts</groupId>
                 <artifactId>struts2-bean-validation-plugin</artifactId>
@@ -171,6 +176,11 @@
                 <artifactId>struts2-tiles-plugin</artifactId>
                 <version>${struts-version.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-velocity-plugin</artifactId>
+                <version>${struts-version.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to