This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch util in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
commit 049788423038323ac5cd42050b6f7cc67a07a54e Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Mon Aug 31 09:51:15 2020 -0400 explicit maven-shared-utils dependency --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 5b95eb1..79855a7 100644 --- a/pom.xml +++ b/pom.xml @@ -186,6 +186,11 @@ under the License. </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-shared-utils</artifactId> + <version>3.3.3</version> + </dependency> + <dependency> + <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-jar</artifactId> <version>1.2</version> <exclusions><!-- Replace problematic BCEL version until MSHARED JAR has been updated -->
