Author: michaelo
Date: Sat Feb 4 21:27:35 2017
New Revision: 1781713
URL: http://svn.apache.org/viewvc?rev=1781713&view=rev
Log:
Add missing direct dependency Plexus Utils
Modified:
maven/shared/trunk/maven-reporting-impl/pom.xml
Modified: maven/shared/trunk/maven-reporting-impl/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/pom.xml?rev=1781713&r1=1781712&r2=1781713&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-impl/pom.xml Sat Feb 4 21:27:35 2017
@@ -122,6 +122,11 @@
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>3.0.24</version>
+ </dependency>
<!-- test -->
<dependency>