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 2021/01/24 13:41:47 UTC

[maven-common-artifact-filters] branch inj created (now de2360e)

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

elharo pushed a change to branch inj
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git.


      at de2360e  remove unused dependency

This branch includes the following new commits:

     new de2360e  remove unused dependency

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-common-artifact-filters] 01/01: remove unused dependency

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

elharo pushed a commit to branch inj
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git

commit de2360ed22989f428aa5aaa6af2744b61c4c118a
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Jan 24 08:41:34 2021 -0500

    remove unused dependency
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 76664a2..4412257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,12 +93,6 @@
       <artifactId>maven-plugin-api</artifactId>
       <version>${maven.version}</version>
     </dependency>
-    
-    <dependency>
-      <groupId>org.sonatype.sisu</groupId>
-      <artifactId>sisu-inject-plexus</artifactId>
-      <version>1.4.2</version>
-    </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>