Author: gboue
Date: Sun Oct 2 00:42:44 2016
New Revision: 1763035
URL: http://svn.apache.org/viewvc?rev=1763035&view=rev
Log:
[MJAVADOC-472] Conflicting dependency of plexus-utils are used
Excluding plexus:plexus-utils from plexus-interactivity-api to resolve conflict
with the usage of plexus-utils in version 3.0.24.
Modified:
maven/plugins/trunk/maven-javadoc-plugin/pom.xml
Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=1763035&r1=1763034&r2=1763035&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Sun Oct 2 00:42:44 2016
@@ -229,6 +229,12 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity-api</artifactId>
<version>1.0-alpha-4</version>
+ <exclusions>
+ <exclusion>
+ <groupId>plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- test -->