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

gnodet pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 603b692  Remove unused imports
603b692 is described below

commit 603b692697983d1fbe0d11d756fd687f078527d5
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Jun 15 08:55:11 2022 +0200

    Remove unused imports
---
 src/test/java/org/apache/maven/buildcache/its/RemoteCacheDavTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/test/java/org/apache/maven/buildcache/its/RemoteCacheDavTest.java 
b/src/test/java/org/apache/maven/buildcache/its/RemoteCacheDavTest.java
index fdab71b..6312685 100644
--- a/src/test/java/org/apache/maven/buildcache/its/RemoteCacheDavTest.java
+++ b/src/test/java/org/apache/maven/buildcache/its/RemoteCacheDavTest.java
@@ -53,7 +53,6 @@ import org.jetbrains.annotations.NotNull;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.EnabledOnOs;
 import org.junit.jupiter.api.condition.OS;
-import org.testcontainers.DockerClientFactory;
 import org.testcontainers.containers.GenericContainer;
 import org.testcontainers.junit.jupiter.Container;
 import org.testcontainers.junit.jupiter.Testcontainers;
@@ -61,7 +60,6 @@ import org.testcontainers.utility.DockerImageName;
 
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertTrue;
-import static org.junit.jupiter.api.Assumptions.assumeTrue;
 
 @IntegrationTest( "src/test/projects/remote-cache-dav" )
 @Testcontainers( disabledWithoutDocker = true )

Reply via email to