Author: khmarbaise
Date: Sat Dec 6 23:10:46 2014
New Revision: 1643620
URL: http://svn.apache.org/r1643620
Log:
[MLINKCHECK-20] Remove unnecessary exclusions of
org.codehaus.plexus:plexus-component-api
Modified:
maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/pom.xml?rev=1643620&r1=1643619&r2=1643620&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Sat Dec 6 23:10:46 2014
@@ -127,10 +127,6 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
</exclusions>
</dependency>