File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/main/java/org/wiremock/integrations/testcontainers Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 11package org .wiremock .integrations .testcontainers ;
22
3- import java .io .File ;
4- import java .io .FileFilter ;
53import java .io .IOException ;
64import java .net .URI ;
75import java .net .URISyntaxException ;
86import java .net .URL ;
97import java .nio .charset .StandardCharsets ;
10- import java .nio .file .Files ;
11- import java .nio .file .Path ;
12- import java .nio .file .Paths ;
13- import java .util .ArrayList ;
14- import java .util .Arrays ;
158import java .util .HashMap ;
16- import java .util .List ;
179import java .util .Map ;
18- import java .util .stream .Collectors ;
1910
2011import org .testcontainers .containers .GenericContainer ;
2112import org .testcontainers .images .builder .Transferable ;
22- import org .testcontainers .shaded .com .github .dockerjava .core .util .FilePathUtil ;
2313import org .testcontainers .shaded .com .google .common .io .Resources ;
24- import org .testcontainers .shaded .org .apache .commons .io .filefilter .WildcardFileFilter ;
25- import org .testcontainers .utility .MountableFile ;
2614
2715/**
2816 * Provisions WireMock standalone server as a container.
You can’t perform that action at this time.
0 commit comments