Skip to content

Commit

Permalink
Merge pull request #568 from tobiasstadler/master
Browse files Browse the repository at this point in the history
Add async and velocity plugin to bom
  • Loading branch information
lukaszlenart authored Jun 14, 2022
2 parents 4b3ee53 + 0c3534e commit ba041e1
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 ba041e1

Please sign in to comment.