This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0013644 explicit maven-shared-utils dependency (#24)
0013644 is described below
commit 00136447a7e7255131d626b11c3a661db719cba2
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Aug 31 15:03:38 2020 +0000
explicit maven-shared-utils dependency (#24)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6b59897..0e99136 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 -->