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 2018/06/30 19:37:28 UTC

[maven-install-plugin] branch MINSTALL-145 created (now 0c3d37c)

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

khmarbaise pushed a change to branch MINSTALL-145
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git.


      at 0c3d37c  [MINSTALL-145] - Remove unused dependencies in pom

This branch includes the following new commits:

     new 0c3d37c  [MINSTALL-145] - Remove unused dependencies in pom

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-install-plugin] 01/01: [MINSTALL-145] - Remove unused dependencies in pom

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MINSTALL-145
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git

commit 0c3d37c609372292639d9a62a1f3fd4c921df2e4
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 30 21:37:02 2018 +0200

    [MINSTALL-145] - Remove unused dependencies in pom
---
 pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91b64df..d4098b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,12 +85,6 @@
       <artifactId>maven-artifact-transfer</artifactId>
       <version>0.9.1</version>
     </dependency>
-    <!-- Upgrade of transitive dependency. -->
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.5</version>
-    </dependency>
 
     <!-- dependencies to annotations -->
     <dependency>
@@ -135,22 +129,6 @@
       <version>1.7.5</version>
       <scope>test</scope>
     </dependency>
-
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.6</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
-    </dependency>
   </dependencies>
 
   <contributors>