You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2016/09/25 21:07:30 UTC

svn commit: r1762235 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: rfscholte
Date: Sun Sep 25 21:07:30 2016
New Revision: 1762235

URL: http://svn.apache.org/viewvc?rev=1762235&view=rev
Log:
remove maven-toolchain, is part of maven-core since 3.0

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

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1762235&r1=1762234&r2=1762235&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sun Sep 25 21:07:30 2016
@@ -99,11 +99,6 @@ under the License.
       <version>${mavenVersion}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-toolchain</artifactId>
-      <version>2.2.1</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
       <version>3.1.0</version>