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 2016/09/18 20:58:13 UTC

svn commit: r1761361 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: khmarbaise
Date: Sun Sep 18 20:58:13 2016
New Revision: 1761361

URL: http://svn.apache.org/viewvc?rev=1761361&view=rev
Log:
Removed maven-artifact dep cause it's not used.

Modified:
    maven/plugins/trunk/maven-source-plugin/pom.xml

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=1761361&r1=1761360&r2=1761361&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Sun Sep 18 20:58:13 2016
@@ -85,11 +85,6 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>${mavenVersion}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
       <version>${mavenVersion}</version>
     </dependency>