You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/16 10:43:33 UTC

[maven-ear-plugin] 23/24: Cleaned up.

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

khmarbaise pushed a commit to branch itf-extension
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit 3215241269098129cf21848a23c7905197034384
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Apr 12 21:28:32 2020 +0200

    Cleaned up.
---
 src/test/java/org/apache/maven/plugins/ear/it/EARIT.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/plugins/ear/it/EARIT.java b/src/test/java/org/apache/maven/plugins/ear/it/EARIT.java
index 01e8164..48dd243 100644
--- a/src/test/java/org/apache/maven/plugins/ear/it/EARIT.java
+++ b/src/test/java/org/apache/maven/plugins/ear/it/EARIT.java
@@ -19,7 +19,6 @@ package org.apache.maven.plugins.ear.it;
  * under the License.
  */
 
-import org.apache.maven.assertj.MavenITAssertions;
 import org.apache.maven.jupiter.extension.MavenIT;
 import org.apache.maven.jupiter.extension.MavenTest;
 import org.apache.maven.jupiter.maven.MavenExecutionResult;