You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/12/07 00:10:46 UTC

svn commit: r1643620 - /maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

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>