You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 15:27:40 UTC

[maven-jlink-plugin] 14/38: cleaned up pom file.

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 5ea7d268dcc4c3b2cd45b25c22740c3cdcb87d53
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 2 14:42:09 2017 +0000

    cleaned up pom file.
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1807051 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95114d0..6997f82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.