You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/05/26 06:48:12 UTC

[maven-invoker] branch master updated: remove non used import...

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git


The following commit(s) were added to refs/heads/master by this push:
     new e7b47c4  remove non used import...
e7b47c4 is described below

commit e7b47c49abd1af5dd1be58a000b1f3ab06eefa26
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sat May 26 16:48:05 2018 +1000

    remove non used import...
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 .../java/org/apache/maven/shared/invoker/DefaultInvocationRequest.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/shared/invoker/DefaultInvocationRequest.java b/src/main/java/org/apache/maven/shared/invoker/DefaultInvocationRequest.java
index b602609..0b71906 100644
--- a/src/main/java/org/apache/maven/shared/invoker/DefaultInvocationRequest.java
+++ b/src/main/java/org/apache/maven/shared/invoker/DefaultInvocationRequest.java
@@ -19,8 +19,6 @@ package org.apache.maven.shared.invoker;
  * under the License.
  */
 
-import org.apache.maven.shared.utils.cli.Commandline;
-
 import java.io.File;
 import java.io.InputStream;
 import java.util.Collections;

-- 
To stop receiving notification emails like this one, please contact
olamy@apache.org.