You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/03 11:22:19 UTC

[maven-assembly-plugin] 02/02: remove unused dependencies

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

elharo pushed a commit to branch file2
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit a29e8b9d8566a1a3e6a790cf0e813e3c0ea04edb
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Jul 3 07:22:02 2020 -0400

    remove unused dependencies
---
 pom.xml | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index f82c891..b99246d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
-      <artifactId>file-management</artifactId>
+      <artifactId>maven-shared-io</artifactId>
       <version>3.0.0</version>
     </dependency>
     <dependency>
@@ -171,11 +171,6 @@ under the License.
       <artifactId>plexus-utils</artifactId>
       <version>3.3.0</version>
     </dependency>
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.14</version>
-    </dependency>
 
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
@@ -212,7 +207,7 @@ under the License.
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
       <version>1.2.0</version>
-		</dependency>    
+    </dependency>    
     
     <dependency>
       <groupId>junit</groupId>
@@ -227,12 +222,6 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-library</artifactId>
-      <version>2.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
       <scope>provided</scope>