mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
1c3219e7f9
* WW-5455 Defines a new plugin to support Jasper Reports 7 * WW-5455 Allows action to modify result behaviour * WW-5455 Defines exporter as an extension point * WW-5455 Extracts logic to create connection or dataSource * WW-5455 Uses defaultDelimiter as more meaningful name * WW-5455 Fixes parent version after re-basing * WW-5455 Updates pom to match the latest SNAPSHOT version * WW-5455 Cleans up code * WW-5455 Adds the new plugin to BOM * WW-5455 Fixes broken test
Struts 2 BOM
This is a Bill-Of-Materials to be used with Maven based project. It allows to import all the Struts 2 dependencies at once and used them in your project where needed.
Installation
You must add a proper import statement into your pom.xml as presented below:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-bom</artifactId>
<version>${struts2.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>