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/12/29 14:41:17 UTC

[maven-dependency-plugin] branch warn created (now 45db575)

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

elharo pushed a change to branch warn
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


      at 45db575  unused import

This branch includes the following new commits:

     new 45db575  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-dependency-plugin] 01/01: 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 warn
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 45db575cfa40e856d49ad4a08051ad62b9b1fd33
Author: Elliotte Rusty Harold <el...@google.com>
AuthorDate: Tue Dec 29 09:40:39 2020 -0500

    unused import
---
 .../maven/plugins/dependency/analyze/TestAnalyzeDuplicateMojo.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/plugins/dependency/analyze/TestAnalyzeDuplicateMojo.java b/src/test/java/org/apache/maven/plugins/dependency/analyze/TestAnalyzeDuplicateMojo.java
index 47baf9b..67d2b59 100644
--- a/src/test/java/org/apache/maven/plugins/dependency/analyze/TestAnalyzeDuplicateMojo.java
+++ b/src/test/java/org/apache/maven/plugins/dependency/analyze/TestAnalyzeDuplicateMojo.java
@@ -24,7 +24,6 @@ import java.io.PrintWriter;
 import java.io.StringWriter;
 
 import org.apache.maven.plugins.dependency.AbstractDependencyMojoTestCase;
-import org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo;
 import org.apache.maven.plugin.logging.Log;
 
 /**