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:43 UTC

[maven-common-artifact-filters] 01/01: remove unused import

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