Skip to content

Commit 3a32fc6

Browse files
committed
fix wrong import
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 71f5d6b commit 3a32fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ under the License.
192192
</dependency>
193193
<dependency>
194194
<groupId>org.testcontainers</groupId>
195-
<artifactId>junit-jupiter</artifactId>
195+
<artifactId>testcontainers-junit-jupiter</artifactId>
196196
<scope>test</scope>
197197
</dependency>
198198
<dependency>

src/test/java/org/apache/maven/buildcache/BuildCacheMojosExecutionStrategyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import java.util.stream.Collectors;
2626

2727
import org.apache.commons.lang3.SystemUtils;
28+
import org.apache.commons.lang3.tuple.Pair;
2829
import org.apache.maven.buildcache.xml.CacheConfig;
2930
import org.apache.maven.buildcache.xml.build.CompletedExecution;
3031
import org.apache.maven.buildcache.xml.build.PropertyValue;
@@ -37,7 +38,6 @@
3738
import org.junit.jupiter.api.BeforeEach;
3839
import org.junit.jupiter.api.Nested;
3940
import org.junit.jupiter.api.Test;
40-
import org.testcontainers.shaded.org.apache.commons.lang3.tuple.Pair;
4141

4242
import static org.junit.jupiter.api.Assertions.assertFalse;
4343
import static org.junit.jupiter.api.Assertions.assertTrue;

0 commit comments

Comments
 (0)