Skip to content

Commit

Permalink
Added async and velocity plugin to bom
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstadler authored Jun 14, 2022
1 parent 4b3ee53 commit 0c3534e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit 0c3534e

Please sign in to comment.