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 2017/09/02 14:42:10 UTC

svn commit: r1807051 - /maven/plugins/trunk/maven-jlink-plugin/pom.xml

Author: khmarbaise
Date: Sat Sep  2 14:42:09 2017
New Revision: 1807051

URL: http://svn.apache.org/viewvc?rev=1807051&view=rev
Log:
cleaned up pom file.

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

Modified: maven/plugins/trunk/maven-jlink-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jlink-plugin/pom.xml?rev=1807051&r1=1807050&r2=1807051&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jlink-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jlink-plugin/pom.xml Sat Sep  2 14:42:09 2017
@@ -106,19 +106,6 @@
     </dependency>
 
     <dependency>
-      <groupId>io.takari.maven.plugins</groupId>
-      <artifactId>takari-plugin-testing</artifactId>
-      <version>2.9.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency> <!-- used by takari-plugin-testing, don't give it compile scope! -->
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-compat</artifactId>
-      <version>${mavenVersion}</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
       <version>1.10.19</version>
@@ -140,23 +127,4 @@
       </resource>
     </resources>
   </build>
-<!--   <build> -->
-<!--     <plugins> -->
-<!--       <plugin> -->
-<!--         <groupId>io.takari.maven.plugins</groupId> -->
-<!--         <artifactId>takari-lifecycle-plugin</artifactId> -->
-<!--         <version>1.12.1</version> -->
-<!--         <extensions>true</extensions> -->
-<!--         <executions> -->
-<!--           <execution> -->
-<!--             <id>testProperties</id> -->
-<!--             <phase>process-test-resources</phase> -->
-<!--             <goals> -->
-<!--               <goal>testProperties</goal> -->
-<!--             </goals> -->
-<!--           </execution> -->
-<!--         </executions> -->
-<!--       </plugin> -->
-<!--     </plugins> -->
-<!--   </build> -->
 </project>