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/31 01:07:42 UTC

[maven-common-artifact-filters] branch dep3 created (now 72eb1a9)

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

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


      at 72eb1a9  remove unused import

This branch includes the following new commits:

     new 72eb1a9  remove unused import

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 import

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

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

commit 72eb1a9a8b4a5b32ec07cdb4e3a2fbba74b88f11
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jul 30 21:07:20 2020 -0400

    remove unused import
---
 .../artifact/filter/resolve/transform/ArtifactIncludeNodeTest.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/shared/artifact/filter/resolve/transform/ArtifactIncludeNodeTest.java b/src/test/java/org/apache/maven/shared/artifact/filter/resolve/transform/ArtifactIncludeNodeTest.java
index 49ca1ef..72f0031 100644
--- a/src/test/java/org/apache/maven/shared/artifact/filter/resolve/transform/ArtifactIncludeNodeTest.java
+++ b/src/test/java/org/apache/maven/shared/artifact/filter/resolve/transform/ArtifactIncludeNodeTest.java
@@ -26,7 +26,6 @@ import org.apache.maven.artifact.versioning.VersionRange;
 import org.apache.maven.model.Dependency;
 import org.apache.maven.plugin.testing.ArtifactStubFactory;
 import org.apache.maven.shared.artifact.filter.resolve.Node;
-import org.eclipse.aether.graph.DependencyNode;
 import org.junit.Test;
 
 public class ArtifactIncludeNodeTest