File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/apache/maven/buildcache Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 2525import java .util .stream .Collectors ;
2626
2727import org .apache .commons .lang3 .SystemUtils ;
28+ import org .apache .commons .lang3 .tuple .Pair ;
2829import org .apache .maven .buildcache .xml .CacheConfig ;
2930import org .apache .maven .buildcache .xml .build .CompletedExecution ;
3031import org .apache .maven .buildcache .xml .build .PropertyValue ;
3738import org .junit .jupiter .api .BeforeEach ;
3839import org .junit .jupiter .api .Nested ;
3940import org .junit .jupiter .api .Test ;
40- import org .testcontainers .shaded .org .apache .commons .lang3 .tuple .Pair ;
4141
4242import static org .junit .jupiter .api .Assertions .assertFalse ;
4343import static org .junit .jupiter .api .Assertions .assertTrue ;
You can’t perform that action at this time.
0 commit comments