This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch mthmulders-MDEP-626-mthmulders in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 52fd8874b7d63d39288c847430c4569de4ca07d0 Author: Maarten Mulders <[email protected]> AuthorDate: Mon Oct 7 13:58:22 2019 +0200 [MDEP-626] Upgrade maven-reporting-imp This newer version doesn't depend on struts2-core or xercesImpl. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35c1ac5..b0351cc 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ under the License. <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>maven-artifact-manager</artifactId>
